Skip to content

Latest commit

 

History

History
32 lines (28 loc) · 790 Bytes

File metadata and controls

32 lines (28 loc) · 790 Bytes

Payload

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

// Optional
    description: HTML;
    open_posts: number;
    phase: number;
    default_poll_description: string;
    number_poll_candidates: boolean;
    tag_ids: Id[];
    attachment_mediafile_ids: 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;
    agenda_tag_ids: Id[];
}

Action

Creates an assignment. For the agenda fields see Agenda.

Permissions

The user needs assignment.can_manage.