Versions
Update a listing version
Updates a library listing version. Setting is_live to true will demote the current live version.
PATCH
cURL
Authorizations
Send Authorization: Bearer <api_key>. The legacy Authorization: Api-Key <api_key> scheme is also accepted.
Path Parameters
The listing's user_defined_id.
The listing version's human-readable tag.
Body
application/json
Response
200 - application/json
A library listing version.
Human-readable tag for this version
Whether this version is the live version
Whether users deploying this model can download the Truss
Id of the source model version
Time the version was created in ISO 8601 format
Time the version was last modified
Previous
Delete a listing versionDeletes a specific version of a library listing. Deleting a live version will fail with a 400 error; demote the version first by setting another version as live.
Next
cURL