To replicate the "Add New Version" feature seen in the UI through the API, you must create a new certificate version linked to a previous certificate.
Include the previous_certificate_id in the FormData when creating a new certificate.
previous_certificate_id
The system verifies that the API key owner matches the owner of the previous certificate.
If verified, a new certificate is created with an incremented version number.
Last updated 8 months ago