Logo
Elasticsearch API Documentation

Updates the current account

PUT {{baseUrl}}/account

Updates the current account.

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string




RESPONSES

status OK





Curl
curl -X PUT 'https://api.elastic-cloud.com/api/v1//account' -H 'Content-Type: application/json' -d '{"trust":{"trust_all":false}}'

ENDPOINTS