API Docs / Operations / Pipelines / Import Pipelines from Library

Import Pipelines from Library

POST /tenants/{tenant}/pipelines/library/import

Imports one or more pipelines from the library, cascading their stages, intake task templates, recurring tasks and referenced workflows into the tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "libraryCodes": [
    {
      "libraryCode": "...",
      "name": "...",
      "description": "...",
      "defaultManagedByUserCode": "...",
      "nameSuffix": "..."
    }
  ]
}

Responses

201 Created
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found