Update the settings for a filtered group of proxies.
Query parameters
-
Checks for conflicts against the metadata version, then returns the value in the
x-cloud-resource-versionheader.
PUT
/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/infrastructure/proxies/filtered-groups/{proxies_filtered_group_id}' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{
"id": "string",
"filters": [
{
"key": "string",
"value": "string"
}
],
"expected_proxies_count": 42
}'