Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    description string

    Asset description

    tags string[]

    Asset tags

    name stringrequired

    Asset name

    projectId projectId (string)

    Unique identifier for Project

    data string

    Asset data

    schemaId schemaId (string)

    Unique identifier for Schema

    url string

    Asset URL

    type string

Responses

Asset successfully created

Schema

    description string

    Asset description

    createdAt date-time

    Time representation of Asset creation

    tags string[]

    Asset tags

    name stringrequired

    Asset name

    projectId projectId (string)

    Unique identifier for Project

    id string

    Unique identifier for Asset

    data string

    Asset data

    schemaId schemaId (string)

    Unique identifier for Schema

    url string

    Asset URL

    type string
Loading...