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)

Required string length: 1 - 255
group_chat_icon
string | null

Group photo for the chat, in either of two forms. A completed image Attachment ID uses an image you already uploaded. Any publicly reachable HTTPS image address also works: Relay downloads it and serves a permanent copy of its own, so the address you supply does not have to stay up. Send null to clear the photo.

Maximum string length: 2048

Response

Update request accepted and queued for processing

status
string
chat_id
string<uuid>