Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 225 Bytes

motion_block.update.md

File metadata and controls

18 lines (15 loc) · 225 Bytes

Payload

{
// Required
    id: number;

// Optional
    title: string;
    internal: boolean;
    motion_ids: Id[];
}

Action

Updates the motion block.

Permissions

The request user needs motion.can_manage.