Magidoc

updateActionLabels
Mutation

Update labels for an action

Access: Requires user access to the action

Parameters:

  • actionId: The ID of the action to update
  • labels: Optional array of label IDs to set, ['none'] to remove all
  • rankInput: Optional rank information for repositioning
  • shouldUpdateChildren: Optional flag to update child actions
  • isAutomated: Optional flag to indicate automated update

Returns: The updated action

Arguments

#

actionId

ID !
Non-null

labels

[ String !]

rankInput

shouldUpdateChildren

isAutomated

Response

#

Returns Action .

Example

#

    
  

3

    
  

3

    
  

3