v1

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

Submits a registry record for approval. This transitions the record from <code>DRAFT</code> status to <code>PENDING_APPROVAL</code> status. If the registry has auto-approval enabled, the record is automatically approved.

post/registries/{registryId}/records/{recordId}/submit-for-approval

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 submit for approval. You can specify either the Amazon Resource Name (ARN) or the ID of the record.

Response

Success

registryArnstring required

The Amazon Resource Name (ARN) of the registry that contains the record.

recordArnstring required

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

recordIdstring required

The unique identifier of the registry record.

status'DRAFT' | 'PENDING_APPROVAL' | 'APPROVED' | 'REJECTED' | 'DEPRECATED' | 'CREATING' | 'UPDATING' | 'CREATE_FAILED' | 'UPDATE_FAILED' required

The resulting status of the registry record after submission.

updatedAtstring date-time required

The timestamp when the record was last updated.