LibraryPipelineImportItem
A single library pipeline to import, with its code and optional overrides
Properties
| Name | Type | Description |
|---|---|---|
| libraryCode* | string | The library code of the pipeline to import |
The library code of the pipeline to import | ||
| name | string | Optional: Override the name of the pipeline from the library template |
Optional: Override the name of the pipeline from the library template | ||
| description | string | Optional: Override the description of the pipeline from the library template |
Optional: Override the description of the pipeline from the library template | ||
| defaultManagedByUserCode | string | Optional: Code of the user who manages this pipeline's cards by default |
Optional: Code of the user who manages this pipeline's cards by default | ||
| nameSuffix | string | Optional: Name suffix applied to the pipeline and every cascaded task/template on re-import |
Optional: Name suffix applied to the pipeline and every cascaded task/template on re-import | ||
JSON Example
{
"libraryCode": "string",
"name": "string",
"description": "string",
"defaultManagedByUserCode": "string",
"nameSuffix": "string"
}