From 2480655d4f1d2b89d970fe8bca3d04e491fc651d Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 29 Nov 2017 16:09:56 +0100 Subject: [PATCH] Update API.md (#468) Fetching custom emoji for an instance --- Using-the-API/API.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Using-the-API/API.md b/Using-the-API/API.md index 723404d5..eb7e979d 100644 --- a/Using-the-API/API.md +++ b/Using-the-API/API.md @@ -505,6 +505,15 @@ 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