Create Vault
Creates a new 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
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_"
}
}Changes
Changed in 6 of the 30 revisions of this API.6111
- ○
the
descriptionrequest property default valuewas addedrequest-property-default-value-added
- ○
the
descriptionrequest property default valuewas addedrequest-property-default-value-added
- ○
the
descriptionresponse's property default valuewas added for the status201response-property-default-value-added
- ○
the
descriptionresponse's property default valuewas added for the status201response-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
EventGatewayEnvVaultEventGatewayKonnectVaultto the response bodyoneOflist for the response status201response-body-one-of-added
- ▲
the response's body type/format changed from
/toobject/for status201response-body-type-changed
- ○
removed
subschema #1subschema #2from the response bodyallOflist for the response status201response-body-all-of-removed
- ○
added response discriminator for the response status
201response-body-discriminator-added
- ○
added the required property
idto the response with the201statusresponse-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 theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ○
added discriminator to
allOf[subschema #2]/response property for the response status201response-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
oneOf[EventGatewayEnvVault]/allOf[EventGatewayBaseVault]/descriptionbecame not nullablerequest-property-became-not-nullable
- ▲
the request property
oneOf[EventGatewayKonnectVault]/allOf[EventGatewayBaseVault]/descriptionbecame not nullablerequest-property-became-not-nullable
- ▲
- ▲
the
typerequest property const valuekonnectwas addedrequest-property-const-added
- ▲
removed the enum value
konnectof the request propertyoneOf[EventGatewayKonnectVault]/allOf[subschema #2]/typerequest-property-enum-value-removed
- ○
the
typeresponse property const valuekonnectwas added for the status201response-property-const-added
- ○
removed the
konnectenum value from theallOf[subschema #2]/oneOf[EventGatewayKonnectVault]/allOf[subschema #2]/typeresponse property for the response status201response-property-enum-value-removed
- ▲
- ○
endpoint added
endpoint-added
- ○