Event Gateway Vaults
Create Vault
Creates a new vault associated with the specified Event Gateway.
post/v1/event-gateways/{gatewayId}/vaults
Request body
Example request
{
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"labels": {
"env": "test"
},
"config": {
"prefix": "KONG_"
}
}Response
Created
Example response
{
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"labels": {
"env": "test"
},
"config": {
"prefix": "KONG_"
}
}