v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-141531,219979.8 KB

Updates an existing registry. This operation uses PATCH semantics, so you only need to specify the fields you want to change.

patch/registries/{registryId}

Path parameters

registryIdstring required

The identifier of the registry to update. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.

Request body

namestring

The updated name of the registry.

Response

Success

namestring required

The name of the updated registry.

descriptionstring password

The description of the updated registry.

registryIdstring required

The unique identifier of the updated registry.

registryArnstring required

The Amazon Resource Name (ARN) of the updated registry.

authorizerType'CUSTOM_JWT' | 'AWS_IAM'
<p>The type of authorizer used by the updated registry. This controls the authorization method for the Search and Invoke APIs used by consumers.</p> <ul> <li> <p> <code>CUSTOM_JWT</code> - Authorize with a bearer token.</p> </li> <li> <p> <code>AWS_IAM</code> - Authorize with your Amazon Web Services IAM credentials.</p> </li> </ul>
status'CREATING' | 'READY' | 'UPDATING' | 'CREATE_FAILED' | 'UPDATE_FAILED' | 'DELETING' | 'DELETE_FAILED' required

The current status of the updated registry. Possible values include <code>CREATING</code>, <code>READY</code>, <code>UPDATING</code>, <code>CREATE_FAILED</code>, <code>UPDATE_FAILED</code>, <code>DELETING</code>, and <code>DELETE_FAILED</code>.

statusReasonstring

The reason for the current status of the updated registry.

createdAtstring date-time required

The timestamp when the registry was created.

updatedAtstring date-time required

The timestamp when the registry was last updated.