API Docs / Schemas / LibraryPipelineImportItem

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

namestring

Optional: Override the name of the pipeline from the library template

Optional: Override the name of the pipeline from the library template

descriptionstring

Optional: Override the description of the pipeline from the library template

Optional: Override the description of the pipeline from the library template

defaultManagedByUserCodestring

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

nameSuffixstring

Optional: Name suffix applied to the pipeline and every cascaded task/template on re-import
(e.g. "v2"). When omitted and the pipeline was already imported, "(N)" is auto-generated.

Optional: Name suffix applied to the pipeline and every cascaded task/template on re-import
(e.g. "v2"). When omitted and the pipeline was already imported, "(N)" is auto-generated.

JSON Example

{
  "libraryCode": "string",
  "name": "string",
  "description": "string",
  "defaultManagedByUserCode": "string",
  "nameSuffix": "string"
}

Contained in Schemas