Update Custom Values
Sets the custom changes used to override default values in values.yaml. These custom changes should be in YAML format. E.g. for Helm charts, user-supplied custom changes will be applied to override default values stored in Helm chart's values.yaml. Returns 400 if app type is anything but ContainerApp.
Request
URI
PUT
https://{api_host}/cloudapi/1.0.0/apps/{id}/customValues
COPY
Path Parameters
string
id
Required
id
string
id
Required
id
Header Parameters
string
Content-Type
Required
Content-Type
Request Body
Responses
200
OK
Operation doesn't return any data structure
400
Invalid configuration.
Returns Error of type(s) text/yaml;version=38.0
{
"minorErrorCode": "string",
"message": "string",
"stackTrace": "string"
}
string
minorErrorCode
Required
minorErrorCode
string
message
Required
message
string
stackTrace
Optional
stackTrace
Availability
Added in 39.0.0-alpha
On This Page
App Operations
POST
Create App
DELETE
Delete App
GET
Get App
GET
Get Custom Values
GET
Query Apps
GET
Query Kubernetes Resources
PUT
Update App
PUT
Update Custom Values
PUT
Update Kubernetes Resources