v50

latestOpenAPI 3.1.0Apache 2.0raw.githubusercontent.com2026-07-068428533.0 MB
Event Gateway DataPlane Certificates

Update Event Gateway DataPlane Certificate

Updates an existing dataplane certificate associated with the specified Event Gateway.

put/v1/event-gateways/{gatewayId}/data-plane-certificates/{certificateId}

Request body

certificatestring required

JSON escaped string of the certificate.

namestring nullable

The name to identify of the certificate.

descriptionstring

A description of the certificate.

Response

Updated event gateway dataplane certificate object.

idstring uuid required

The unique identifier of the certificate.

certificatestring required

JSON escaped string of the certificate.

namestring nullable

The name to identify of the certificate.

descriptionstring nullable

A description of the certificate.

created_atstring date-time required

An ISO-8601 timestamp representation of entity creation date.

updated_atstring date-time required

An ISO-8601 timestamp representation of entity update date.

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z"
}