Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 257 Bytes

motion_workflow.update.md

File metadata and controls

17 lines (14 loc) · 257 Bytes

Payload

{
// Required
    id: Id;

// Optional
    name: string;
    first_state_id: Id;
}

Action

Updates the motion workflow. The first_state_id must be a state of this workflow.

Permissions

The request user needs motion.can_manage.