Update allocator settings
Applies the settings as a patch. Only the fields that are referenced in the update are altered.
Path parameters
-
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 \
-X PATCH https://{{hostname}}/api/v1/platform/infrastructure/allocators/{allocator_id}/settings \
-d '"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"
]
}
]
}