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