Bulk create workflows
Spaces method and path for this operation:
<div><span class="operation-verb post">post</span> <span class="operation-path">/s/{space_id}/api/workflows</span></div>Refer to Spaces for more information.
Create multiple workflows in a single request. Optionally overwrite existing workflows.<br/><br/>[Required authorization] Route required privileges: workflowsManagement:create AND workflowsManagement:update.
Query parameters
Whether to overwrite existing workflows.
When true, performs a preflight conflict check only. Returns the subset of the supplied workflow IDs that already exist (including soft-deleted tombstones and cross-space documents) without writing anything. The response body is { existingIds: string[] } instead of the normal { created, failed } shape.
Headers
A required header to protect against CSRF attacks
Request body
Response
Indicates a successful response
Changes
Changed in 1 of the 176 revisions of this API.1
- ○
added the new optional
queryrequest parameterdryRunnew-optional-request-parameter
- ○
Of the 176 revisions, 20 have no diff computed.