cURL
curl --request PATCH \ --url {schemes}://api.upsun.com/projects/{projectId}/certificates/{certificateId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chain": [ "<string>" ], "is_invalid": true } '
{ "status": "<string>", "code": 123 }
Update a single SSL certificate associated with a project.
A valid request URL is required to generate request examples
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The certificate chain
Whether this certificate should be skipped during provisioning
The status text of the response
The status code of the response
Was this page helpful?