Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 284 Bytes

motion_category.create.md

File metadata and controls

18 lines (15 loc) · 284 Bytes

Payload

{
// Required
    name: string;
    meeting_id: Id;

// Optional
    prefix: string;
    parent_id: Id;
}

Action

Creates a new category. The category must be sorted as the last child under the parent.

Permissions

The request user needs motion.can_manage.