---
title: "Update Domain Asset"
method: PATCH
path: "/v0/platform/assets/domains/{domain}"
tags: ["Asset Management"]
---

# Update Domain Asset

`PATCH /v0/platform/assets/domains/{domain}`

Update asset details for a given identifier.

## Path parameters

- `domain` string, required

## Request body

- AssetUpdateRequest
  - `tags` string[] — Group your assets by tags to filter by them.
  - `alias` string — A friendly name for this asset so you can spot it quickly; the UI shows this instead of the raw address or domain.

## Response `200`

Asset updated successfully

- DomainResponse
  - `identifier_type` 'domain', required — The asset type.
  - `identifier` string, required — The domain name for this asset.
  - `asset_id` string, required
  - `alias` string — The alias of the asset.
  - `tags` string[], required — Tags assigned to the asset.
  - `added_by` string, required — The user who added the asset.
  - `created_at` string, date-time, required — The date and time the asset was created.

## Other responses

- `404` — Asset not found
- `422` — Validation Error

---

[API](https://skmtc.net/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.net/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/versions/17c41f337b2e/schema)
