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

    tags string[]nullable

    Asset tags

    url stringnullable

    Updated asset URL

    data stringnullable

    Updated asset data

    name assetName (string)

    Possible values: <= 32 characters

    Name of the asset

    description stringnullable

    Updated asset description

Responses

Asset successfully updated

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...