Skip to main content
POST
Create Custom Asset

Body

application/json

Request schema for creating a new custom asset.

subaccount_id
string<uuid>
required
name
string
required
Maximum string length: 255
description
string | null
centos_ids
integer[] | null

Response

Successful Response

Response schema for a custom asset with its members (detail view).

custom_asset_id
string<uuid>
required
subaccount_id
string<uuid>
required
name
string
required
members
MarketSearchResult · object[]
required
inserted_at
string<date-time>
required

Creation timestamp (UTC)

updated_at
string<date-time>
required

Last update timestamp (UTC)

description
string | null