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