cURL
curl --request PUT \ --url https://api.bunny.net/mc/registries/{registryId} \ --header 'AccessKey: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "displayName": "<string>", "type": "dockerHub" } '
{ "id": 123, "error": "<string>", "status": "saved" }
Updates an existing container registry configuration including credentials.
Please enter a valid personal API key.
Container registry display name
1
dockerHub
gitHub
Password credentials for container registry
Show child attributes
Container registry was successfully updated.
saved
secretsValidationFailed
unknownErrorOccured
notFound
invalidInput
Was this page helpful?