Merge pull request #450 from lambadalambda/patch-1

Fix reblog documentation bug
This commit is contained in:
nightpool 2017-11-13 13:55:14 -05:00 committed by GitHub
commit cfa0139a8c
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: