Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 392 Bytes

File metadata and controls

22 lines (17 loc) · 392 Bytes

Payload

{
// Required
    id: Id;

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

Action

Updates the comment section. The given groups must belong to the same meeting.

The write_group_ids may not contain the meetings anonymous_group_id.

Permissions

The request user needs motion.can_manage.