Update Custom Values

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. If the container app deployment is not paused, this API will response 202 with task URL in location header. Otherwise this API returns 200 for a ContainerApp. 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
Authentication
This operation uses the following authentication methods.
Responses
200

OK

Operation doesn't return any data structure

202

The request have been accepted and the task to monitor the request is in the Location header.

Operation doesn't return any data structure