v28

latestOpenAPI 3.1.0raw.githubusercontent.com2026-06-263064641.4 MB
Event Gateway Vaults

Update Vault

Updates an existing vault associated with the specified Event Gateway.

put/v1/event-gateways/{gatewayId}/vaults/{vaultId}

Request body

OR

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.

OR

Example response

{
  "created_at": "2022-11-04T20:10:06.927Z",
  "updated_at": "2022-11-04T20:10:06.927Z",
  "labels": {
    "env": "test"
  },
  "config": {
    "prefix": "KONG_"
  }
}