Update CA Certificate

PATCH {{gateway}}/ca_certificates/:ca_certificateId

Update CA Certificate konghq

AttributesMandatoryTypeDescription
ca_certificate idrequiredpathThe unique identifier of the CA Certificate to update.

Request Body

AttributesMandatoryTypeDescription
certrequiredbodyPEM-encoded public certificate of the CA.
tagsoptionalbodyAn optional set of strings associated with the Certificate, for grouping and filtering.

Request Body

{"cert"=>"-----BEGIN CERTIFICATE----------END CERTIFICATE-----", "tags"=>["user-level", "low-priority"]}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring