Magidoc

bulkUpdateActionsTitle
Mutation

Update titles for multiple actions at once

Access: Requires user access to all actions

Parameters:

  • actionIds: Array of action IDs to update
  • workspaceId: The ID of the workspace
  • title: The new title to set
  • shouldUpdateRecurring: Optional flag to update recurring instances
  • allowEmpty: Optional flag to allow empty titles

Returns: Boolean indicating success

Arguments

#

actionIds

[ ID !]!
Non-null

workspaceId

ID !
Non-null

title

Non-null

shouldUpdateRecurring

allowEmpty

Response

#

Returns Boolean .

Example

#

    
  

3

    
  

3

    
  

3