diff options
author | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-30 22:30:09 +0300 |
---|---|---|
committer | Roman Chvanikov <chvanikoff@pm.me> | 2020-07-30 22:30:09 +0300 |
commit | c53a17a36a036cac3ab1d6bb1d7ae48a8e2fa4ee (patch) | |
tree | dbf10add30f78fea6fb61625030881856efff64c /docs/API/pleroma_api.md | |
parent | ea62942538847108bcd2076519c634fee5bfe96f (diff) | |
parent | 16b7b494ba855282df74de5498819412969da561 (diff) | |
download | pleroma-c53a17a36a036cac3ab1d6bb1d7ae48a8e2fa4ee.tar.gz |
Merge branch 'develop' into frontends/logic-flow
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..b29f4d5a0 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 |