Update a chat room

Updates a specific chat room (supports partial updates). Only the room owner can update. Returns 404 if room doesn’t exist or you’re not a participant (security-first), 403 if you’re a participant but not the owner.

Authentication

X-API-Keystring
Enter your API key for programmatic access
OR
AuthorizationBearer

Enter your JWT token (without the ‘Bearer ’ prefix)

Path parameters

idstringRequired
Chat Room ID

Request

Chat room update parameters
chatobjectRequired

Request to update a chat room (all fields optional for partial updates)

Response

Updated Chat Room
dataobject or null
A chat room

Errors