Magidoc

bulkUpdateActionsPriorityLevelId
Mutation

Update priority level for multiple actions at once.

Always call getPriorityLevels before calling this function to get the priority level IDs and ensure that priorityLevelId exists.

Access: Requires user access to all actions

Parameters:

  • actionIds: Array of action IDs to update
  • workspaceId: The ID of the workspace
  • priorityLevelId: The ID of the priority level to set (null to unset)
  • shouldUpdateRecurring: Optional flag to update recurring instances

Returns: Boolean indicating success

Arguments

#

actionIds

[ ID !]!
Non-null

workspaceId

ID !
Non-null

priorityLevelId

shouldUpdateRecurring

Response

#

Returns Boolean .

Example

#

    
  

3

    
  

3

    
  

3