From 63d7897f9b2f77529c2bbb13590029b95004f34e Mon Sep 17 00:00:00 2001 From: lambadalambda Date: Mon, 13 Nov 2017 09:45:36 +0100 Subject: [PATCH] Fix reblog documentation bug Reblogging returns the reblog, not the target status. --- Using-the-API/API.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 459b58a4..723404d5 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -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: