> For the complete documentation index, see [llms.txt](https://api-docs.vaultoro.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.vaultoro.com/address-book/update-address.md).

# Update Address

## Update Address

<mark style="color:purple;">`PATCH`</mark> `https://api.vaultoro.com/v1/private/address/:addressId`

This endpoint allows you to update an address.

#### Headers

| Name          | Type   | Description  |
| ------------- | ------ | ------------ |
| Authorization | string | Bearer token |

#### Request Body

| Name     | Type   | Description         |
| -------- | ------ | ------------------- |
| tag      | string | new tag to set      |
| nickname | string | new nickname to set |

{% tabs %}
{% tab title="200 Cake successfully retrieved." %}

```
{    "name": "Cake's name",    "recipe": "Cake's recipe name",    "cake": "Binary cake"}
```

{% endtab %}

{% tab title="404 Could not find a cake matching this query." %}

```
{    "message": "Ain't no cake like that."}
```

{% endtab %}
{% endtabs %}
