Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 512 Bytes

File metadata and controls

26 lines (21 loc) · 512 Bytes

Payload

{
// Required
    id: number;

// Optional
    title: string;
    description: HTML;
    open_posts: number;
    phase: number;
    default_poll_description: string;
    number_poll_candidates: boolean;

    tag_ids: Id[];
    attachment_mediafile_ids: Id[];
}

Action

Updates an assignment.

If phase is newly set to voting, the candidates of the assignment are put in the assignments list_of_speakers if they are not already.

Permissions

The user needs assignment.can_manage.