Update CA Certificate
PATCH {{gateway}}/ca_certificates/:ca_certificateId
Update CA Certificate konghq
Attributes | Mandatory | Type | Description |
---|
ca_certificate id | required | path | The unique identifier of the CA Certificate to update. |
Request Body
Attributes | Mandatory | Type | Description |
---|
cert | required | body | PEM-encoded public certificate of the CA. |
tags | optional | body | An optional set of strings associated with the Certificate, for grouping and filtering. |
Request Body
{"cert"=>"-----BEGIN CERTIFICATE----------END CERTIFICATE-----", "tags"=>["user-level", "low-priority"]}
Key | Datatype | Required | Description |
---|
Content-Type | string | | |