Update Custom Emoji
documentedUpdate a custom emoji.
POST /api/v1/emoji-custom.updateContent Managementno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://rocket.chat/api/v1/emoji-custom.update" \
-X POST \
-H "X-User-Id: {{$user_id}}" \
-H "X-Auth-Token: {{OAUTH2_ACCESS_TOKEN}}" \
-H "Accept: application/json" \
-F "emoji=@{{$emoji_file_path}};type=image/png" \
-F "_id={{$emoji_id}}" \
-F "name={{$name}}" \
-F "aliases={{$aliases}}"