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_"
  }
}

Changes

Changed in 6 of the 30 revisions of this API.6111

    • the request property default value was added

      request-property-default-value-added

    • the request property default value was added

      request-property-default-value-added

    • the response's property default value was added for the status

      response-property-default-value-added

    • the response's property default value was added for the status

      response-property-default-value-added

    This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

  • 0325d14dfc5323See the full diff
    • added to the response body oneOf list for the response status

      response-body-one-of-added

    • the response's body type changed from no type to object for status

      response-body-type-changed

    • removed subschema #1 subschema #2 from the response body allOf list for the response status

      response-body-all-of-removed

    • added response discriminator for the response status

      response-body-discriminator-added

    • added the required property to the response with the status

      response-required-property-added

    This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • added the new type enum value to the /////// response property for the response status

      response-property-enum-value-added

    • added discriminator to response property for the response status

      response-property-discriminator-added

    This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • the request property //////// became not nullable

      request-property-became-not-nullable

    • the request property //////// became not nullable

      request-property-became-not-nullable

    • the request property const value konnect was added

      request-property-const-added

    • removed the enum value konnect of the request property /////

      request-property-enum-value-removed

    • the response property const value konnect was added for the status

      response-property-const-added

    • removed the konnect enum value from the ////// response property for the response status

      response-property-enum-value-removed

    • endpoint added

      endpoint-added