cURL
curl --request PATCH \ --url https://us.infisical.com/api/v3/certificates/{certificateId}/config \ --header 'Content-Type: application/json' \ --data '{ "renewBeforeDays": 15, "enableAutoRenewal": true }'
{ "message": "<string>", "renewBeforeDays": 123 }
1 <= x <= 30
Default Response
Was this page helpful?