{
// 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_ids: Id[];
}
Creates an assignment.
The user needs assignment.can_manage
.