curl --request PATCH \
--url https://api.cnap.tech/v1/installs/{id}/values \
--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>"
}
}Updates template helm source values and regenerates the chart. Use this for standalone installs or to change the base values of a product install.
curl --request PATCH \
--url https://api.cnap.tech/v1/installs/{id}/values \
--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>"
}
}Personal Access Token (cnap_pat_...) or OAuth2 JWT. Create tokens at https://dash.cnap.tech/account/tokens
Install ID
1Show child attributes
Update workflow started