Registries
Update registry
Updates an existing registry. All fields are optional; only provided fields are changed. Admin role required. Updating a Docker Hub, GHCR, or custom registry is available on every tier. Updating an AWS ECR registry requires an Admiral license. API tokens receive SCOPE_DENIED.
put/api/registries/{id}
Path parameters
idinteger required
Numeric resource ID.
Request body
Example request
{
"name": "GitHub Container Registry",
"url": "ghcr.io",
"username": "my-user",
"aws_region": "us-east-1"
}Response
Registry updated.
Example response
{
"success": true
}