Fix example json response
authorMark Felder <feld@FreeBSD.org>
Thu, 30 Jul 2020 20:57:41 +0000 (15:57 -0500)
committerMark Felder <feld@FreeBSD.org>
Thu, 30 Jul 2020 20:57:41 +0000 (15:57 -0500)
docs/API/pleroma_api.md

index b29f4d5a065e1e3cdb0d7e995b89c1c1b22d5ff2..4e97d26c052d0e0969cbe33f21db507139a9880e 100644 (file)
@@ -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