Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 276 Bytes

point_of_order_category.update.md

File metadata and controls

17 lines (14 loc) · 276 Bytes

Payload

{
   // Required
   id: Id;
 
   // Optional
   text: string;
   rank: integer;
}

Action

This action updates the point_of_order_category with key id.

Permissions

This action requires the user to have the permission meeting.can_manage_settings.