From a02f68e765be22b5dbd9be3bd7ddadae900feb3d Mon Sep 17 00:00:00 2001 From: Ornithologist Coder Date: Mon, 1 Jan 2018 20:37:21 +0100 Subject: [PATCH] Moves Custom Emojis do Instances (#507) * Moves Emojis to own section Since they're not part of the `/api/v1/status*` family. * Moves to Custom Emojis to Instances --- Using-the-API/API.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 5e7260b0..7c8f2a9b 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -353,7 +353,7 @@ Returns the local representation of the followed account, as an [Account](#accou ### Instances -#### Getting instance information: +#### Getting current instance information: GET /api/v1/instance @@ -361,6 +361,14 @@ Returns the current [Instance](#instance). Does not require authentication. +#### Getting current instance's custom emojis: + + GET /api/v1/custom_emojis + +Returns a list of [Emoji](#emoji) + +Does not require authentication. + ### Media #### Uploading a media attachment: @@ -523,15 +531,6 @@ Returns an array of [Accounts](#account). Does not require authentication. - -#### Fetching custom emoji for an instance: - - GET /api/v1/custom_emojis - -Returns a list of [Emoji](#emoji) - -Does not require authentication. - #### Posting a new status: POST /api/v1/statuses