LibraryTaskTemplateImportItem
A single library task template to import
Properties
| Name | Type | Description |
|---|---|---|
| libraryCode* | string | The library code of the task template to import |
The library code of the task template to import | ||
| nameSuffix | string | Optional name suffix applied when the tenant already has a copy of this template |
Optional name suffix applied when the tenant already has a copy of this template | ||
JSON Example
{
"libraryCode": "string",
"nameSuffix": "string"
}