Fix reblog documentation bug
Reblogging returns the reblog, not the target status.
This commit is contained in:
parent
ec586cbc38
commit
63d7897f9b
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue