Skip to main content
POST
Update chat properties
Required scopes: or

Authorizations

Authorization
string
header
required

Use your account ID as the username and your personal access token (PAT) as the password, or pass a Base64-encoded value directly in the Authorization header. For more information, see the personal access tokens guide.

Body

application/json
id
string
required

The ID of the chat to update properties for.

properties
object
required

Properties to set. Use the format {"<namespace>": {"<property_name>": <value>}}. See the storing custom data guide for details on the properties format.

Response

200

Chat properties updated.