logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: ac0a8dfdd46b1823cace7fb798d669e8ca7b5dac
parent: 09aef71db970bca6e2d16e3ff3565c5216b5a846
Author: feld <feld@feld.me>
Date:   Thu, 30 Jul 2020 21:25:30 +0000

Merge branch 'chore/fix-docs-typo' into 'develop'

Fix example json response

See merge request pleroma/pleroma!2819

Diffstat:

Mdocs/API/pleroma_api.md2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 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