ChatApp Item API
Multiple bodies with results:
🚨 Gate errors: Only administrators can update chat apps
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Upsert item with the given ids: [ id ]
JSON PUT body:
{
"data"?: object
"description"?: string
"entitlements": integer[]
"initials": string
"name": string
"picture_background_color"?: string
"picture"?: string
"slug": string
"theme_primary_color"?: string
}Request payload
The body is of type object.
Successful response
The response is of type object.