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
#
Response
#
Returns Boolean .
Example
#
Previous
bulkUpdateActionDescription