Body Required
All changes in the specified object are applied to the current account according to the JSON Merge Patch processing rules. Omitting existing fields causes the same values to be reapplied. Specifying a null
value reverts the field to the default value, or removes the field when no default value exists.
string
string
PATCH /account
curl \
-X PATCH https://api.elastic-cloud.com/api/v1/account \
-d '"string"'
Request examples
string
Response examples (200)
{
"id": "string",
"trust": {
"trust_all": true
}
}
Response examples (404)
# Headers
x-cloud-error-codes: accounts.not_found
# Payload
{
"errors": [
{
"code": "string",
"message": "string",
"fields": [
"string"
]
}
]
}