---
title: "Update an Asset"
method: PATCH
path: "/2024-09/account/assets/{id}"
tags: ["Settings"]
---

# Update an Asset

`PATCH /2024-09/account/assets/{id}`

Update an asset.

Required authorization scope: `public.asset:write`

## Path parameters

- `id` string, uuid, required

## Request body

- AssetUpdate
  - `name` string, nullable — Asset name

## Response `200`

asset successfully updated

- AssetSingle — Asset details
  - `asset` Asset
    - `id` string, uuid
    - `type` 'logo' | 'tracking_page_ad' | 'tracking_email_ad' — Asset type
    - `name` string, nullable — Asset name
    - `url` string, uri — Asset link
  - `meta` Meta
    - `request_id` string — An unique ID represent the request.

## Other responses

- `404` — no record found

---

[API](https://skmtc.net/easyship/apis/easyship-public-api.md) · [All operations](https://skmtc.net/easyship/apis/easyship-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/easyship/easyship-public-api/versions/71d737a5fcbf/schema)
