Error
registry-repositories
Promote Registry Version
Promote a specific version to be the current version of an org-scoped repository.
This endpoint allows administrators to manually promote or rollback to a specific registry version, overriding the auto-promotion that happens during sync.
For platform registries, use the admin API at /admin/registry//versions//promote.
Args: repository_id: The ID of the repository version_id: The ID of the version to promote
Returns: RegistryVersionPromoteResponse with previous and current version info
Raises: 404: If repository or version not found 400: If version doesn’t belong to repository or has no tarball
POST
Error