Update proxy settings

edit

This endpoint is deprecated and scheduled to be removed in the next major version.

Applies the settings as a patch. Only the fields that are referenced in the update are changed.

Request

edit

PATCH /api/v1/platform/infrastructure/proxies/settings

Query parameters

edit
Name Type Required Description

version

string

N

If specified, checks for conflicts against the version of the repository configuration (returned in 'x-cloud-resource-version' of the GET request)

Request body

edit

(string) (required) A JSON to merge with the existing settings

Responses

edit
200

(ProxiesSettings)

Returns the updated settings

409

(BasicFailedReply)

There is a version conflict. (code: proxies.version_conflict)

Headers

x-cloud-error-codes (string; allowed values: [proxies.version_conflict])
The error codes associated with the response

Request example

edit
curl -XPATCH https://{{hostname}}/api/v1/platform/infrastructure/proxies/settings \
-H "Authorization: ApiKey $ECE_API_KEY" \
-H 'Content-Type: application/json'