{
// Required
title: string;
meeting_id: Id;
// Optional
text: HTML;
attachment_mediafile_ids: Id[];
tag_ids: Id[];
// Non-model fields for customizing the agenda item creation
agenda_type: number;
agenda_parent_id: number;
agenda_comment: string;
agenda_duration: number;
agenda_weight: number;
}
Note: attachment_mediafile_ids
and the tag_ids
must be from the same meeting or the mediafiles must be published. For the agenda fields see
Agenda.
The request user needs agenda_item.can_manage
.