Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 573 Bytes

motion_block.create.md

File metadata and controls

22 lines (19 loc) · 573 Bytes

Payload

{
    title: string;
    internal: boolean;
    meeting_id: Id;

// Non-model fields for customizing the agenda item creation, optional
    agenda_create: boolean;
    agenda_type: number;
    agenda_parent_id: number;
    agenda_comment: string;
    agenda_duration: number;
    agenda_weight: number;
}

Action

Creates a new motion block. For the agenda fields see Agenda.

Permissions

The request user needs motion.can_manage.