From d4063353094e7f41db0fb0886a258b732e4e1535 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 8 Nov 2017 15:21:26 +0100 Subject: [PATCH] Update API.md (#444) Adds methods to pin/unpin a status --- Using-the-API/API.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 3613d698..42d22659 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -540,6 +540,13 @@ Returns the target [Status](#status). Returns the target [Status](#status). +#### Pinning/unpinning a status: + + POST /api/v1/statuses/:id/pin + POST /api/v1/statuses/:id/unpin + +Returns the target [Status](#status). + #### Muting/unmuting a conversation of a status POST /api/v1/statuses/:id/mute