Site Logo

Rename a Tag

Example

PUT /v1/tags/:tag_name/:new_tag_name

1
2
3
PUT /v1/tags/east_warehouse/west_warehouse HTTP/1.1
Host: api.shipengine.com
API-Key: __YOUR_API_KEY_HERE__

You will receive a HTTP 204, (No Content) response if updating the tag was successful.