Skip to main content
PUT
Update a chat

Authorizations

Authorization
string
header
required

Bearer token authentication. Include your API token in the Authorization header.

Format: Authorization: Bearer <your-token>

Path Parameters

chatId
string<uuid>
required

Unique identifier of the chat

Body

application/json
display_name
string

New display name for the chat (group chats only)

group_chat_icon
string<uuid> | null

Completed image Attachment ID to use as the group photo, or null to clear it.

Response

Update request accepted and queued for processing

status
string
chat_id
string<uuid>