v32

latestOpenAPI 3.1.0raw.githubusercontent.com2026-05-151,1412,2144.5 MB
Container as a Service

Update pull secret

Update the configuration of an existing pull secret.

patch/cloud/v1/caas/secrets/{project_id}/{region_id}/{secret_name}

Path parameters

project_idinteger required

Project ID

region_idinteger required

Region ID

secret_namestring required

Pull secret name

Request body

loginstring nullable

Pull secret login

passwordstring password nullable

Pull secret password

registrystring nullable

Pull secret registry

Example request

{
  "login": "login",
  "password": "password",
  "registry": "some.registry.com"
}

Response

Pull secret

loginstring required

Pull secret login

namestring required

Pull secret name

registrystring required

Pull secret registry

updated_atstring required

Pull secret updated at

Example response

{
  "login": "login",
  "name": "my-secret",
  "registry": "some.registry.com",
  "updated_at": "2021-01-01T00:00:00Z"
}