Azure DevOps · JSON Structure

Azure Dev Ops Pipeline Update Parameters Structure

Request payload used to update an existing Azure Pipeline.

Type: object Properties: 1
AzureCI/CDDevOpsProject ManagementVersion Control

PipelineUpdateParameters is a JSON Structure definition published by Azure DevOps, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

tags

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/azure-dev-ops/refs/heads/main/json-structure/azure-dev-ops-pipeline-update-parameters-structure.json",
  "description": "Request payload used to update an existing Azure Pipeline.",
  "type": "object",
  "properties": {
    "tags": {
      "additionalProperties": {
        "type": "string"
      },
      "description": "Dictionary of key-value pairs to be set as tags on the Azure Pipeline. This will overwrite any existing tags.",
      "type": "object"
    }
  },
  "name": "PipelineUpdateParameters"
}