Skip to main content
PUT
/
v1
/
chats
/
{id}
Update chat settings
curl --request PUT \
  --url https://api.example.com/v1/chats/{id} \
  --header 'Content-Type: application/json' \
  --data '
{
  "metadata": {},
  "settings": {
    "notifications": true,
    "muted": true
  }
}
'

Path Parameters

id
string<uuid>
required

Body

application/json
metadata
object
settings
object

Response

200

Chat updated successfully