Appearance
Update chat.
PATCH
/backend/v1/chats/{chatId}
Only the chat's owner can perform updates.
You can modify the chat name, public access, organization access, user access, remove user access,
and mark the chat as starred.
Authorizations
HTTPBearer
TypeHTTP (bearer)
Parameters
Path Parameters
chatId*
Typestring
Requiredformat
uuid
Request Body
application/json
JSON
{
"name": "string",
"orgAccess": "string",
"publicAccess": "string",
"removeUserAccess": "string",
"starred": "string",
"userAccess": "string"
}
Responses
Successful Response
application/json
JSON
{
"message": "string"
}