Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 451 Bytes

motion_submitter.create.md

File metadata and controls

17 lines (15 loc) · 451 Bytes

Payload

{
// required
    meeting_user_id: Id;
    motion_id: Id;
}

Action

Creates a new submitter. The user and motion must belong to the same meeting. The fields meeting_user_id and motion_id are unique together, so it must be checked that the user doesn't already exists as a submitter. The weight must be set to the maximum of all submitters of the motion plus 1.

Permissions

The request user needs can_manage_metadata.