# Updates the current account **PATCH /account** Updates the current account. ## Servers - https://api.elastic-cloud.com/api/v1: https://api.elastic-cloud.com/api/v1 () ## Parameters ### Body: application/json (string) 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 ## Responses ### 200 Account updated successfully #### Body: application/json (object) - **id** (string) The account's identifier - **trust** (object) Settings related to the level of trust of the clusters in this account ### 404 Account not found. (code: `accounts.not_found`) #### Headers - **x-cloud-error-codes** (string) The error codes associated with the response #### Body: application/json (object) - **errors** (array[object]) A list of errors that occurred in the failing request [Powered by Bump.sh](https://bump.sh)