Fix reblog documentation bug

Reblogging returns the reblog, not the target status.
This commit is contained in:
lambadalambda 2017-11-13 09:45:36 +01:00 committed by GitHub
parent ec586cbc38
commit 63d7897f9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -533,7 +533,9 @@ Returns an empty object.
POST /api/v1/statuses/:id/reblog
POST /api/v1/statuses/:id/unreblog
Returns the target [Status](#status).
Reblog: Returns the reblog [Status](#status).
Unreblog: Returns the target [Status](#status).
#### Favouriting/unfavouriting a status: