Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 417 Bytes

chat_group.update.md

File metadata and controls

20 lines (16 loc) · 417 Bytes

Payload

{
// Required
    id: Id;

// Optional
    name: string;
    read_group_ids: Id[];
    write_group_ids: Id[];
}

Action

Updates the chat group. Only enabled, if organization/enable_chat and meeting/enable_chat is true. The name of a chat group is unique.

The write_group_ids may not contain the meetings anonymous_group_id.

Permissions

The request user needs chat.can_manage.