Event Gateway Vaults
Update Vault
Updates an existing vault associated with the specified Event Gateway.
put/v1/event-gateways/{gatewayId}/vaults/{vaultId}
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
Updated vault object.
Example response
{
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"labels": {
"env": "test"
},
"config": {
"prefix": "KONG_"
}
}