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