a84d4905fdbb
latestOpenAPI 3.1.02026-08-143874115.7 MBDm channels
Update dm channel
Update the settings of an existing DM channel, such as its display name. Only an admin of the channel can perform this action.
Required permissions (one of):
- dms:channel:manage
- support_chat:create
patch/dm_channels/{id}
Path parameters
idstring required
The unique identifier of the DM channel to update.
Request body
Response
A successful response
Example response
{
"created_at": "123.45",
"last_message_at": "2023-12-01T05:00:00.401Z",
"name": "Project Alpha Team"
}