Update Vault
Updates an existing vault associated with the specified Event Gateway.
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_"
}
}Changes
Changed in 6 of the 30 revisions of this API.6111
- ○
the
request property default valuewas addedrequest-property-default-value-added
- ○
the
request property default valuewas addedrequest-property-default-value-added
- ○
the
response's property default valuewas added for the statusresponse-property-default-value-added
- ○
the
response's property default valuewas added for the statusresponse-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
- ○
- ▲
added to the response body
oneOflist for the response statusresponse-body-one-of-added
- ▲
the response's body type changed from no type to
objectfor statusresponse-body-type-changed
- ○
removed
subschema #1subschema #2from the response bodyallOflist for the response statusresponse-body-all-of-removed
- ○
added response discriminator for the response status
response-body-discriminator-added
- ○
added the required property
to the response with the statusresponse-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
typeenum value to the///////response property for the response statusresponse-property-enum-value-added
- ○
added discriminator to
response property for the response statusresponse-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 nullablerequest-property-became-not-nullable
- ▲
the request property
////////became not nullablerequest-property-became-not-nullable
- ▲
- ▲
the
request property const valuekonnectwas addedrequest-property-const-added
- ▲
removed the enum value
konnectof the request property/////request-property-enum-value-removed
- ○
the
response property const valuekonnectwas added for the statusresponse-property-const-added
- ○
removed the
konnectenum value from the//////response property for the response statusresponse-property-enum-value-removed
- ▲
- ○
endpoint added
endpoint-added
- ○