Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 226 Bytes

poll_candidate.create.md

File metadata and controls

14 lines (11 loc) · 226 Bytes

Payload

{
   // Required
   user_id: Id;
   poll_candidate_list_id: Id;
   weight: number;
}

Action

Internal action to create a poll candidate with the meeting_id inferred from the poll_candidate_list_id.