Updates an existing registry record. This operation uses PATCH semantics, so you only need to specify the fields you want to change. The update is processed asynchronously and returns HTTP 202 Accepted.
patch/registries/{registryId}/records/{recordId}
Path parameters
registryIdstring required
The identifier of the registry containing the record. You can specify either the Amazon Resource Name (ARN) or the ID of the registry.
recordIdstring required
The identifier of the registry record to update. You can specify either the Amazon Resource Name (ARN) or the ID of the record.
Request body
Response
Success