Skip to main content

Create a new asset

POST 

/asset

Create a new asset

Request

Body

Asset data

    name stringrequired

    Asset name

    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    type string
    data string

    Asset data

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    description string

    Asset description

Responses

Asset successfully created

Schema

    name stringrequired

    Asset name

    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    type string
    data string

    Asset data

    id string

    Unique identifier for Asset

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    createdAt date-time

    Time representation of Asset creation

    description string

    Asset description

Loading...