diff options
author | Mark Felder <feld@FreeBSD.org> | 2020-07-29 16:07:22 -0500 |
---|---|---|
committer | Mark Felder <feld@FreeBSD.org> | 2020-07-29 16:07:22 -0500 |
commit | 33f042780909f3478597a8ecd10a2bf31e99dcc9 (patch) | |
tree | dd1bfc20ce035bd3ccf6c6472b1c540339745484 /docs | |
parent | a6d3bb5f30697cafc5dd9acf490bde7e2f33f5f8 (diff) | |
download | pleroma-33f042780909f3478597a8ecd10a2bf31e99dcc9.tar.gz |
Expose seconds_valid in Pleroma Captcha API endpoint
Diffstat (limited to 'docs')
-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 |