mirror of https://github.com/zulip/zulip.git
api docs: Fix typo s/emoji_type/reaction_type.
This commit is contained in:
parent
aff58ed9d9
commit
de22da768d
|
@ -19,8 +19,8 @@ below features are supported.
|
||||||
**Feature level 2**:
|
**Feature level 2**:
|
||||||
|
|
||||||
* [`POST /messages/{message_id}/reactions`](/api/add-emoji-reaction):
|
* [`POST /messages/{message_id}/reactions`](/api/add-emoji-reaction):
|
||||||
The `emoji_type` parameter is optional; the server will guess the
|
The `reaction_type` parameter is optional; the server will guess the
|
||||||
emoji_type if it is not specified (checking custom emoji, then
|
`reaction_type` if it is not specified (checking custom emoji, then
|
||||||
unicode emoji for any with the provided name).
|
unicode emoji for any with the provided name).
|
||||||
* `reactions` objects returned by the API (both in `GET /messages` and
|
* `reactions` objects returned by the API (both in `GET /messages` and
|
||||||
in `GET /events`) now include the user who reacted in a top-level
|
in `GET /events`) now include the user who reacted in a top-level
|
||||||
|
|
Loading…
Reference in New Issue