---
title: "Update send label"
method: PUT
path: "/api/v2/sendlabels/{id}"
tags: ["Send label"]
---

# Update send label

`PUT /api/v2/sendlabels/{id}`

Updates an address send label by the specified id

## Path parameters

- `id` string, required

## Request body

- UpdateSendLabel
  - `label` string, required — A human-readable mapping to an address

## Response `200`

OK

- SendLabel
  - `id` string, required
  - `coin` string, required — A cryptocurrency or token ticker symbol.
  - `address` string, required
  - `enterpriseId` string, required
  - `label` string, required

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
