Workflow
Copy a workflow scheme
Copy a workflow scheme.
A name for the new scheme may be provided either by parameter or by POST body property; if no name is supplied, the name will be that of the copied workflow scheme with the current Unix epoch timestamp integer appended.
Returns copied workflow scheme on success.
post/api/v1/workflow/schemes/{schemeId}/copy
Path parameters
schemeIdstring required
Identifier of workflow scheme.
Example value: d61a59e1-a49c-46f2-a929-db2b4bfa88b2 (Default system workflow)
Query parameters
namestring
Name of new scheme from copy.
Note: A name with a length less than 2 characters or greater than 100 may require renaming before certain actions, such as archiving, can be taken on it.
Request body
Response
Copied workflow scheme successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.