Skip to main content

Update an existing asset

PUT 

/asset/:assetId

Update an existing asset

Request

Path Parameters

    assetId assetIdrequired

    ID of the asset to update

Body

Asset update data

    description stringnullable

    Updated asset description

    data stringnullable

    Updated asset data

    url stringnullable

    Updated asset URL

    name assetName (string)

    Possible values: <= 32 characters

    Name of the asset

    tags string[]nullable

    Asset tags

Responses

Asset successfully updated

Schema

    name assetName (string)required

    Possible values: <= 32 characters

    Name of the asset

    data string

    Asset data

    schemaId schemaId (string)

    Unique identifier for Schema

    createdAt date-time

    Time representation of Asset creation

    tags string[]

    Asset tags

    projectId projectId (string)

    Unique identifier for Project

    id string

    Unique identifier for Asset

    description string

    Asset description

    url string

    Asset URL

    type string
Loading...