API Docs / Operations / Workflows / Import Workflows from Library

Import Workflows from Library

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

Imports one or more workflows from the library, creating a new tenant copy of each. Re-imports produce fresh rows with the supplied NameSuffix appended (or auto '(N)' when omitted).

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

{
  "libraryCodes": [
    {
      "libraryCode": "...",
      "nameSuffix": "..."
    }
  ]
}

Responses

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