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.
Update item with the given ids: [ id ]
JSON PATCH body:
{
"data"?: null | object
"description"?: null | string
"entitlements"?: integer[]
"initials"?: string
"name"?: string
"picture_background_color"?: null | string
"picture"?: null | string
"slug"?: string
"theme_primary_color"?: null | string
}Set a field to null to unset it, leave it absent in the patch to retain the existing value.
Request payload
The body is of type object.
Successful response
The response is of type object.