Skip to main content

Update Base Asset - Add Tags, Set scale factor

PUT 

/api/v1/rawmodel/:id

A tag can have 255 utf-8 characters including whitespaces

Request

Path Parameters

    id integerrequired

    The id of the base asset

    Example: 281

Header Parameters

    Authorization string
    Example: Bearer {YOUR_AUTH_KEY}
    Content-Type string
    Example: application/json
    Accept string
    Example: application/json

Body

    tags string[]

    A list of tags that will be added to the base asset

    scale_factor number

    The new scale factor that will be applied to the base asset

Loading...