Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    tags string[]

    Asset tags

    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    type string
    data string

    Asset data

    description string

    Asset description

    projectId projectId (string)

    Unique identifier for Project

Responses

Asset successfully created

Schema

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    tags string[]

    Asset tags

    url string

    Asset URL

    createdAt date-time

    Time representation of Asset creation

    schemaId schemaId (string)

    Unique identifier for Schema

    type string
    data string

    Asset data

    description string

    Asset description

    id string

    Unique identifier for Asset

    projectId projectId (string)

    Unique identifier for Project

Loading...