Update a certificate bundle

Update a certificate bundle by ID.

Path parameters

certificate_bundle_idstringRequired
ID of the certificate bundle to update.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a multipart form containing an optional file.
cert_bundle_pemfileOptional

PEM-formatted certificate file.

namestringOptional
New name for the bundle.

Response

Updated certificate bundle details
idinteger or null
namestring or null
cert_countinteger or null
leaf_ca_cnstring or null
expires_atdatetime or null
updated_atdatetime or null
client_countinteger or null

Errors