Library listings
Update a library listing
Updates a library listing’s display name or public availability.
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.
Body
application/json
Response
200 - application/json
A library listing.
Display name of the library listing
User-defined identifier of the library listing
Whether the listing is publicly accessible
Whether the listing is closed source (deployers cannot view or download the Truss, and forks copy mirrored weights instead of re-mirroring from upstream)
Time the listing was created in ISO 8601 format
Time the listing was last modified
Previous
Delete a library listingDeletes a library listing and all of its associated versions. Any versions that are currently live will also be removed.
Next
cURL