Skip to main content
PUT
/
account
Updates the current account
curl --request PUT \
  --url https://api.elastic-cloud.com/api/v1/account \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "trust": {
    "trust_all": "<boolean>"
  }
}'
{
  "id": "<string>",
  "trust": {
    "trust_all": "<boolean>"
  }
}

Authorizations

Authorization
string
header
required

Body

application/json
trust
object

Response

Account updated successfully

id
string
Example:

"<string>"

trust
object
I