Magidoc

bulkUpdateActionDescription
Mutation

Update descriptions 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
  • description: The new description to set. Must be a valid HTML string. Use the corresponding markdown (
      for lists, for code blocks, etc). Code blocks should be contained in a single tag.

    Returns: Boolean indicating success

    Arguments

    #

    actionIds

    [ ID !]!
    Non-null

    workspaceId

    ID !
    Non-null

    description

    Non-null

    isCollabUpdate

    forcePersistCollab

    Response

    #

    Returns Boolean .

    Example

    #

        
      

    3

        
      

    3

        
      

    3