Skip to main content

Update Base Asset

PUT 

/api/v2/rawmodel/:id

Add Tags, Set scale factor. A tag can have 255 utf-8 characters including whitespaces.

Request

Path Parameters

    id integerrequired

    The id of the base asset

    Example: 281

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

Responses

Schema
    message string
    error string
Loading...