---
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

## Changes

> 95 revisions in range; 1 not diffed.

- **2026-07-01** `0654a9f3669c` — 1 warning
  - added the new `tron` enum value to the `anyOf[subschema #1: AddressResponse]/address_details/runtime/allOf[subschema #1: MonitoringSupportedRuntimes]/` response property for the response status `404`
- **2026-06-16** `187d6a5259c6` — 1 info
  - the endpoint scheme security `JWT` was added to the API
- **2026-05-26** `26b01ac5305e` — 1 warning
  - added the new `stellar` enum value to the `anyOf[subschema #1: AddressResponse]/address_details/runtime/allOf[subschema #1: MonitoringSupportedRuntimes]/` response property for the response status `404`
- …earlier changes not shown

[Full history](https://skmtc.dev/blockaid-official/apis/blockaid-api/changes/v0/platform/assets/domains/:domain/patch.md)

---

[API](https://skmtc.dev/blockaid-official/apis/blockaid-api.md) · [All operations](https://skmtc.dev/blockaid-official/apis/blockaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/blockaid-official/blockaid-api/revisions/e15b4bf2b25b/schema)
