Update Private Registry
Updates the name, description and/or credentials of a private registry. The id of the organization is fetched from CSP token
It contains details about the registry updated
"UpdatePrivateRegistryRequest Object"
Name of the registry
Description of the registry
Access key to authenticate to the registry. For some providers it may be optional (e.g GOOGLE_ARTIFACT_REGISTRY)
Access secret to authenticate to the registry
The registry has been updated
An error related to the request
"ConstraintsViolationsError Object"
It represents a constraints violation error
The requesting user is not authorized to update the registry
"Error403 Object"
The registry is not found
"Error404 Object"
An internal server error object
"Error500 Object"
The server is temporarily unavailable
"Error503 Object"
curl -X PATCH -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]'