Skip to main content
PATCH
cURL

Authorizations

Authorization
string
header
required

Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.

Path Parameters

user_defined_listing_id
string
required

The listing's user_defined_id.

version_tag
string
required

The listing version's human-readable tag.

Body

application/json

Request to update a library listing version.

is_live
boolean | null

Whether this version should be the live version. Setting to true demotes the current live version.

allow_truss_download
boolean | null

Whether users deploying this model can download the Truss

Response

200 - application/json

A library listing version.

version_tag
string
required

Human-readable tag for this version

is_live
boolean
required

Whether this version is the live version

allow_truss_download
boolean
required

Whether users deploying this model can download the Truss

oracle_version_id
string
required

Id of the source model version

created_at
string<date-time>
required

Time the version was created in ISO 8601 format

modified_at
string<date-time>
required

Time the version was last modified