v1

latestOpenAPI 3.1.02026-07-17261633.4 KB

Update Tornjak selector.

Updates the details of a Tornjak selector, including the cluster name, platform type, agent list, and domain name.

patch/api/v1/tornjak/clusters

Request body

Example request

{
  "cluster": {
    "name": "clusterName",
    "editedName": "newClusterName",
    "platformType": "Docker",
    "agentsList": [
      "agent1"
    ],
    "domainName": "example.org"
  }
}

Response

SUCCESS