v8
OpenAPI 3.1.02026-08-033623795.0 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:
- dms:channel:manage
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"
}