curl --request PUT \
--url https://apix.us.amity.co/api/v3/channels/{channelId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>",
"avatarFileId": "<string>",
"metadata": {},
"tags": [
"<string>"
],
"messageAutoDeleteEnabled": true,
"autoDeleteMessageByFlagLimit": 500.5,
"notificationMode": "default"
}
'curl --request PUT \
--url https://apix.us.amity.co/api/v3/channels/{channelId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"displayName": "<string>",
"avatarFileId": "<string>",
"metadata": {},
"tags": [
"<string>"
],
"messageAutoDeleteEnabled": true,
"autoDeleteMessageByFlagLimit": 500.5,
"notificationMode": "default"
}
'Documentation Index
Fetch the complete documentation index at: https://learn.social.plus/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Information of channel to be updated
10050101001 <= x <= 1000Notification Mode:
default - Auto register push notification.silent - Do not send notification.subscribe - Send notification to subscribed users only.default, silent, subscribe Channels Information
Show child attributes
List of users in channel with membership and role. Normally, it will return only caller as user. However, it will return all users in conversation channel. For ban/unban events, it will return banned users.
Show child attributes
Depends on messagePreviewId. if null will be empty array.
Show child attributes
Depends on messagePreviews. if empty array will be empty array.
Show child attributes
Show child attributes
Show child attributes