Create a New Static Key
Create new static key to this event gateway.
Request body
Example request
{
"labels": {
"env": "test"
},
"value": "${vault.env['MY_ENV_VAR']}"
}Response
Created
Example response
{
"labels": {
"env": "test"
},
"value": "${vault.env['MY_ENV_VAR']}",
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z"
}Changes
Changed in 3 of the 30 revisions of this API.5113
- ▲
the
valuerequest property's minLength was increased from0to1request-property-min-length-increased
- ○
the
descriptionrequest property default valuewas addedrequest-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 the new required request property
namenew-required-request-property
- ▲
added the new required request property
valuenew-required-request-property
- ▲
the request's body type/format changed from
/toobject/request-body-type-changed
- ▲
the response's body type/format changed from
/toobject/for status201response-body-type-changed
- ●
removed
BaseEventGatewayStaticKeysubschema #2from the request bodyallOflistrequest-body-all-of-removed
- ○
added the new optional request property
descriptionnew-optional-request-property
- ○
added the new optional request property
labelsnew-optional-request-property
- ○
removed
BaseEventGatewayStaticKeysubschema #2from the response bodyallOflist for the response status201response-body-all-of-removed
- ○
added the optional property
descriptionto the response with the201statusresponse-optional-property-added
- ○
added the optional property
labelsto the response with the201statusresponse-optional-property-added
- ○
added the optional property
valueto the response with the201statusresponse-optional-property-added
- ○
added the required property
created_atto the response with the201statusresponse-required-property-added
- ○
added the required property
idto the response with the201statusresponse-required-property-added
- ○
added the required property
nameto the response with the201statusresponse-required-property-added
- ○
added the required property
updated_atto 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
- ▲
- ○
endpoint added
endpoint-added
This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○