/admin.emoji.add
POST
/admin.emoji.addAdd an emoji.
Request
Body Params application/x-www-form-urlencoded
name
string
required
The name of the emoji to be removed. Colons (:myemoji:
) around the value are not required, although they may be included.
token
string
required
Authentication token. Requires scope: admin.teams:write
url
string
required
The URL of a file to use as an image for the emoji. Square images under 128KB and with transparent backgrounds work best.
Request samples
Responses
Typical success response(200)
Typical error response(500)
Typical success response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
ok
#/definitions/700149required
Additional properties
integer | number | string | boolean
optional
Exampleresponse
{
"ok": true
}
Last modified: a year ago