Update a certificate bundle

Update a certificate bundle by ID in a customer workspace.

Path parameters

idstringRequired

Embedded customer ID or external ID. External ID must be prefixed with E and be URL encoded. For example: EA2300.

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

Certificate bundle successfully updated
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