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 in HTML format. 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. Ignored if 'markdownDescription' is also provided. - markdownDescription: The new description to set in Markdown format. Converted to HTML before storage. Use this instead of 'description' when the content is authored in Markdown.
Returns: Boolean indicating success
Arguments
#
Response
#
Returns Boolean .
Example
#
Previous
bulkUpdateActionCustomFields