PipelinePatchRequest

PipelinePatchRequest
PipelinePatchRequest

Patch Request for a Pipeline

JSON Example
{
    "description": "My description for the Pipeline",
    "enabled": true,
    "name": "My name",
    "tags": [
        {
            "key": "env",
            "value": "dev"
        }
    ]
}
string
description
Optional

A human-friendly description for the Pipeline.

boolean
enabled
Optional

Indicates if the Pipeline is in enabled state.

string
name
Optional

A human-friendly name used as an identifier for the Pipeline.

array of string
tags
Optional

A set of tag keys and optional values that need to be set on the Pipeline.