PutRegistryCatalogData
Create or update the catalog data for a public registry.
Request Syntax
{
"displayName": "string
"
}
Request Parameters
For information about the parameters that are common to all actions, see Common Parameters.
The request accepts the following data in JSON format.
- displayName
-
The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.
Note
The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 100.
Required: No
Response Syntax
{
"registryCatalogData": {
"displayName": "string"
}
}
Response Elements
If the action is successful, the service sends back an HTTP 200 response.
The following data is returned in JSON format by the service.
- registryCatalogData
-
The catalog data for the public registry.
Type: RegistryCatalogData object
Errors
For information about the errors that are common to all actions, see Common Errors.
- InvalidParameterException
-
The specified parameter is invalid. Review the available parameters for the API request.
HTTP Status Code: 400
- ServerException
-
These errors are usually caused by a server-side issue.
HTTP Status Code: 500
- UnsupportedCommandException
-
The action isn't supported in this Region.
HTTP Status Code: 400
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: