API Docs / Operations / Tasks - Templates / Import Task Templates from Library

Import Task Templates from Library

POST /tenants/{tenant}/task-templates/library/import

Imports one or more one-off task templates from the library, cascading their referenced workflows and categories into the tenant.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

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

Responses

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