v1

latestSwagger 2.02026-08-04232286653.5 KB
Ccr
Container Registry

Updates the upstream registry credentials for a repository in the project.

Updates the username and password credentials for the upstream registry of a pull-through-cache repository.

patch/projects/{project_id}/ccr/repositories/{repository_id}

Path parameters

project_idstring required

ID of the project that owns the repository.

repository_idstring required

ID of the repository.

Request body

passwordstring

Password used to authenticate to the upstream registry.

usernamestring

Username used to authenticate to the upstream registry.

Example request

{
  "username": "my-registry-user"
}

Response

Empty Response