Magidoc

bulkUpdateActionLabels
Mutation

Update labels for the provided action IDs.

Access: Requires user access to all actions

Parameters:

  • actionIds: Array of action IDs to update
  • workspaceId: The ID of the workspace
  • labelIds: Array of label IDs to add or remove
  • operation: The operation to perform (ADD, REMOVE)
  • shouldUpdateChildren: Boolean to update children
  • shouldUpdateRecurring: Boolean to update recurring

Returns: Boolean indicating success

Arguments

#

actionIds

[ ID !]!
Non-null

workspaceId

ID !
Non-null

labelIds

[ ID !]!
Non-null

operation

Non-null

shouldUpdateChildren

shouldUpdateRecurring

isAutomated

Response

#

Returns Boolean .

Example

#

    
  

3

    
  

3

    
  

3