Update an emoji URL
PUT {{baseUrl}}/v3/emojis/:emoji_key
Update an emoji URL
Updates the image URL of an emoji with the specified key.
https://sendbird.com/docs/chat/v3/platform-api/guides/emojis#2-update-an-emoji-url
Request Body
{"emoji_key"=>"<string>", "url"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Api-Token | string | (Required) | |
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"key":"\u003cstring\u003e","url":"\u003cstring\u003e"}