Apply suggestion to docs/API/pleroma_api.md

This commit is contained in:
lain 2020-02-07 15:17:42 +00:00
parent 4538a1ee01
commit 713645d5c5

View file

@ -441,7 +441,7 @@ Emoji reactions work a lot like favourites do. They make it possible to react to
## `DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji` ## `DELETE /api/v1/pleroma/statuses/:id/reactions/:emoji`
### Remove a reaction to a post with a unicode emoji ### Remove a reaction to a post with a unicode emoji
* Method: `POST` * Method: `DELETE`
* Authentication: required * Authentication: required
* Params: `emoji`: A single character unicode emoji * Params: `emoji`: A single character unicode emoji
* Response: JSON, the status. * Response: JSON, the status.