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

KeyDatatypeRequiredDescription
Api-Tokenstring(Required)
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;key&quot;:&quot;\u003cstring\u003e&quot;,&quot;url&quot;:&quot;\u003cstring\u003e&quot;}