POST
/
assets
/
{id}
/
versions
/
{versionId}
/
publish

This makes the version published and sets the previously published version archived, if any.

Authorizations

X-Api-Key
string
headerrequired

Headers

Idempotency-Key
string

Unique idempotency key for each request (e.g., V4 UUID).

Path Parameters

id
string
required

The unique identifier of the asset. Format: 'ast_' followed by alphanumeric characters.

versionId
string
required

The unique identifier of the asset version to publish. Format: 'astv_' followed by alphanumeric characters.