diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-07-30 14:28:47 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-07-30 14:28:47 -0500 |
commit | fdc27f074c34c71a9c993a96fc0b3fe21236ffd8 (patch) | |
tree | 78a48c90ef1c2dbc43293b8b6018530cedc8b1bb /docs/API | |
parent | 14cc0c5acb840e1cd045f2a664d5d9a4d7e6d808 (diff) | |
parent | 16b7b494ba855282df74de5498819412969da561 (diff) | |
download | pleroma-fdc27f074c34c71a9c993a96fc0b3fe21236ffd8.tar.gz |
Merge remote-tracking branch 'upstream/develop' into oauth-form
Diffstat (limited to 'docs/API')
-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 |