Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 304 Bytes

File metadata and controls

19 lines (15 loc) · 304 Bytes

Payload

{
// required
    id: Id;

// Optional
    title: string;
    text: HTML;

    attachment_mediafile_ids: Ids[];
}

Action

attachment_mediafile_ids must be from the same meeting or the mediafile must be published.

Permissions

The request user needs agenda_item.can_manage.