ImportWorkflowsFromLibraryRequest
Request DTO for importing one or more workflows from the library in a single call.
Properties
| Name | Type | Description |
|---|---|---|
| libraryCodes* | array of LibraryWorkflowImportItem | The library workflows to import, each with a library code and optional name suffix. |
The library workflows to import, each with a library code and optional name suffix. | ||
JSON Example
{
"libraryCodes": [
{
"libraryCode": "...",
"nameSuffix": "..."
}
]
}