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

    description string

    Asset description

    schemaId schemaId (string)

    Unique identifier for Schema

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    type string
    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    createdAt date-time

    Time representation of Asset creation

    data string

    Asset data

    url string

    Asset URL

    id string

    Unique identifier for Asset

Loading...