Skip to main content
PATCH
/
v1
/
installs
/
{id}
/
overrides
Update install value overrides
curl --request PATCH \
  --url https://api.cnap.tech/v1/installs/{id}/overrides \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "updates": [
    {
      "template_helm_source_id": "<string>",
      "values": {}
    }
  ]
}
'
{
  "error": {
    "code": "not_found",
    "message": "Resource not found",
    "param": "name",
    "suggestion": "Run `cnap clusters list` to see available clusters",
    "details": "<unknown>"
  }
}

Authorizations

Authorization
string
header
required

Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens

Path Parameters

id
string
required

Install ID

Body

application/json
updates
object[]
required
Minimum array length: 1

Response

Update workflow started