Import Pipelines from Library
Imports one or more pipelines from the library, cascading their stages, intake task templates, recurring tasks and referenced workflows into the tenant.
Parameters
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"libraryCodes": [
{
"libraryCode": "...",
"name": "...",
"description": "...",
"defaultManagedByUserCode": "...",
"nameSuffix": "..."
}
]
}
Responses
201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found