Skip to main content
POST
Add To Version Stack

Authorizations

Authorization
string
header
required

JWT in Authorization header. 'Bearer ' prefix optional.

Body

application/json

API request to add assets to a version stack (or create a new stack)

asset_ids
string<uuid>[]
required

IDs of assets to add to the stack. These must not already be in a stack.

target_asset_id
string<uuid>
required

ID of the target asset. If not in a stack, a new stack is created with this asset as version 1.

Response

Successful Response

API response containing a full version stack

version_stack_id
string<uuid>
required

ID of the version stack

assets
AssetResponse · object[]
required

Assets in the stack, ordered from highest version number to lowest