emoji

Create a custom emoji

Create a custom emoji for the team.

Permissions

Must be authenticated.

post/api/v4/emoji

Request body

imagestring binary required

A file to be uploaded

emojistring required

A JSON object containing a name field with the name of the emoji and a creator_id field with the id of the authenticated user.

Response

Emoji creation successful

idstring

The ID of the emoji

creator_idstring

The ID of the user that made the emoji

namestring

The name of the emoji

create_atinteger

The time in milliseconds the emoji was made

update_atinteger

The time in milliseconds the emoji was last updated

delete_atinteger

The time in milliseconds the emoji was deleted

Changes

No recorded changes to this endpoint across all 1 revision of this API.