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
This commit is contained in:
Ornithologist Coder 2018-01-01 20:37:21 +01:00 committed by Eugen Rochko
parent 615aba5697
commit a02f68e765
1 changed files with 9 additions and 10 deletions

View File

@ -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