ImportPipelinesFromLibraryRequest
Request to import one or more pipelines from the library
Properties
| Name | Type | Description |
|---|---|---|
| libraryCodes* | array of LibraryPipelineImportItem | The library pipelines to import, each with a library code and optional overrides |
The library pipelines to import, each with a library code and optional overrides | ||
JSON Example
{
"libraryCodes": [
{
"libraryCode": "...",
"name": "...",
"description": "...",
"defaultManagedByUserCode": "...",
"nameSuffix": "..."
}
]
}