# 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 %}
