Skip to main content
PATCH
Update Custom Asset

Path Parameters

custom_asset_id
string<uuid>
required

Body

application/json

Request schema for updating a custom asset.

name
string | null
Maximum string length: 255
description
string | null

Response

Successful Response

Response schema for a custom asset (list view).

custom_asset_id
string<uuid>
required
subaccount_id
string<uuid>
required
name
string
required
inserted_at
string<date-time>
required

Creation timestamp (UTC)

updated_at
string<date-time>
required

Last update timestamp (UTC)

description
string | null