SendbirdSendbird Chat Platform server-side API v3
PUT/v3/{channel_type}/{channel_url}/messages/{message_id}/sorted_metaarray
Update extra data in a message
Updates the values of specific items in a message's sorted metaarray by their keys.
Manage users, group channels, open channels, messages, metadata, moderation, bots, and announcements through the official Sendbird Chat Platform API v3. The complete boundary is the 83 REST endpoints reconstructed from a pinned official generated SDK revision; client realtime protocols and Chat SDKs are not part of this collection. Application data is the caller's private content, so Pontx does not proxy, cache, or aggregate it and callers use the local SDK/CLI directly.
Request
- operationId
updateExtraDataInAMessage- Server
https://api-{app_id}.sendbird.com- Authentication
- apiTokenAuth
Request parameters
channel_type
pathstringrequired
channel type field.
open_channels
channel_url
pathstringrequired
Channel URL.
group_channel_123
message_id
pathstringrequired
message id field.
message_123
Request body
UpdateExtraDataInAMessageRequest
Properties: modesorted_metaarrayupsert
Responses
200
UpdateExtraDataInAMessageResponseapplication/json
Request succeeded.
Properties: sorted_metaarray
400
SendbirdApiErrorapplication/json
Request parameters are invalid.
Properties: codemessage
401
SendbirdApiErrorapplication/json
Unauthenticated or the API token is invalid.
Properties: codemessage
403
SendbirdApiErrorapplication/json
Access to the resource is forbidden.
Properties: codemessage
404
SendbirdApiErrorapplication/json
The requested resource was not found.
Properties: codemessage
429
SendbirdApiErrorapplication/json
Rate limited; retry later.
Properties: codemessage
500
SendbirdApiErrorapplication/json
Upstream internal error.
Properties: codemessage
{
"sorted_metaarray": {
"key": "metadata_key",
"value": [
"metadata_value"
]
}
}