Import Workflows from Library
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
| Name | Type | Description |
|---|---|---|
| tenant* | path string | The Tenant.Code |
The Tenant.Code |
||
Request Body*
{
"libraryCodes": [
{
"libraryCode": "...",
"nameSuffix": "..."
}
]
}
Responses
201 Created
401 Unauthorized – Invalid or missing API key
404 Not Found