Reset Database Certificates
Credentials
Reset Database Certificates
Resets the certificates for a specific database by its ID.
POST
Reset Database Certificates
The ID of the database to reset certificates for.
Response
The new certificate details for the database.
Error Responses
The error code indicating the reason for failure. Possible values:
UNAUTHORIZED: The user is not authenticated or lacks sufficient permissions.DATABASE_NOT_FOUND_OR_FORBIDDEN: The specified database does not exist or the user lacks access.FAILED_TO_RESET_CERTIFICATES: Failed to reset the certificates.
A descriptive message providing additional details about the error.