diff options
author | Alex Gleason <alex@alexgleason.me> | 2020-08-05 15:53:37 -0500 |
---|---|---|
committer | Alex Gleason <alex@alexgleason.me> | 2020-08-05 15:53:37 -0500 |
commit | 730bc616e38a90052a602ea7a6902f2baecf0845 (patch) | |
tree | d9b44b497a8e231dd4d2812efe26eda21d430a39 /docs/API | |
parent | fdc27f074c34c71a9c993a96fc0b3fe21236ffd8 (diff) | |
parent | 7755f49e281e4990db5317b33d6b8e0d12982e0c (diff) | |
download | pleroma-730bc616e38a90052a602ea7a6902f2baecf0845.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 b29f4d5a0..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", seconds_valid: 300}` +* Example response: `{"type": "kocaptcha", "token": "whatever", "url": "https://captcha.kotobank.ch/endpoint", "seconds_valid": 300}` ## `/api/pleroma/delete_account` ### Delete an account |