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 \
--data '"string"'
Request examples
string
Response examples (200)
{
"capacity": 42
}
Response examples (404)
# Headers
x-cloud-error-codes: allocators.allocator_not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}