diff options
author | lain <lain@soykaf.club> | 2020-08-04 15:28:41 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2020-08-04 15:28:41 +0200 |
commit | 878c7f3f309aa5aaa9eababc2c863248dd4420bb (patch) | |
tree | e2c76471b95ee9460989aeedf4ebfa4843b11cba /docs/API/pleroma_api.md | |
parent | 0f088d8ce35150d7baa0591a25c831fce0181239 (diff) | |
parent | 28584bb2241c600fc6150fdae49b1eea6bd420e0 (diff) | |
download | pleroma-878c7f3f309aa5aaa9eababc2c863248dd4420bb.tar.gz |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into features/poll-validation
Diffstat (limited to 'docs/API/pleroma_api.md')
-rw-r--r-- | docs/API/pleroma_api.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/API/pleroma_api.md b/docs/API/pleroma_api.md index 5bd38ad36..4e97d26c0 100644 --- a/docs/API/pleroma_api.md +++ b/docs/API/pleroma_api.md @@ -50,7 +50,7 @@ Request parameters can be passed via [query strings](https://en.wikipedia.org/wi * Authentication: not required * Params: none * Response: Provider specific JSON, the only guaranteed parameter is `type` -* Example response: `{"type": "kocaptcha", "token": "whatever", "url": "https://captcha.kotobank.ch/endpoint"}` +* Example response: `{"type": "kocaptcha", "token": "whatever", "url": "https://captcha.kotobank.ch/endpoint", "seconds_valid": 300}` ## `/api/pleroma/delete_account` ### Delete an account |