cURL
curl --request PUT \ --url https://api.example.com/v1/chats/{id} \ --header 'Content-Type: application/json' \ --data ' { "metadata": {}, "settings": { "notifications": true, "muted": true } } '
Show child attributes
Chat updated successfully