Update a container registry
put/container/registry
Updates a container registry.
1{2 "name": "registry name",3 "description": "An example for a container registry.",4 "url": "https://example.url:4321",5 "username": "User name for the container registry",6 "password": "Password for the container registry"7}| Status | Meaning | Description | ||
|---|---|---|---|---|
| 200 | OK | The container registry was updated. | Headers | Schema |
| 400 | Bad Request | The request was invalid. Additional information is available in the application logs if the environment variable | Schema | |
| 401 | Unauthorized | The request is not authenticated. | Schema | |
| 403 | Forbidden | The user did not have the necessary permissions. | Schema | |
| 404 | Not Found | An error response when a container registry with the specified name does not exist. | Schema | |
| 412 | Precondition Failed | The | Schema | |
| 428 | Precondition Required | A precondition header is required. | Schema | |
| 503 | Service Unavailable | Functionality for project containers is not enabled. | Schema |