Event Gateway TLS Trust Bundles
Create TLS Trust Bundle
Creates a new TLS trust bundle containing trusted CA certificates for client certificate verification.
Requires a minimum runtime version of 1.1.
post/v1/event-gateways/{gatewayId}/tls-trust-bundles
Request body
Example request
{
"labels": {
"env": "test"
}
}Response
Created
Example response
{
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}