Skip to main content

Upload an asset file

PUT 

/asset/:assetId/upload

Upload an asset file

Request

Path Parameters

    assetId stringrequired

    ID of the asset to update

Body

Asset data

    files binary[]

    Array of files to be uploaded

Responses

Asset file successfully uploaded

Schema

    id string

    Unique identifier for Asset

    type string
    createdAt date-time

    Time representation of Asset creation

    url string

    Asset URL

    schemaId schemaId (string)

    Unique identifier for Schema

    description string

    Asset description

    tags string[]

    Asset tags

    data string

    Asset data

    projectId projectId (string)

    Unique identifier for Project

    name stringrequired

    Asset name

Loading...