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

    url stringnullable

    Updated asset URL

    tags string[]nullable

    Asset tags

    description stringnullable

    Updated asset description

    data stringnullable

    Updated asset data

    name string

    Updated asset name

Responses

Asset successfully updated

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