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