Update allocator settings
Applies the settings as a patch. Only the fields that are referenced in the update are altered.
Path parameters
-
allocator_id
string Required The allocator identifier.
Query parameters
-
version
string Checks for conflicts against the metadata version, then returns the value in the
x-cloud-resource-version
header.
PATCH
/platform/infrastructure/allocators/{allocator_id}/settings
curl \
--request PATCH 'https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}/settings' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '"string"'