Event Gateways
Create Event Gateway
Create a Event gateway in the Konnect Organization.
post/v1/event-gateways
Request body
Example request
{
"min_runtime_version": "1.1",
"labels": {
"env": "test"
}
}Response
A response to creating a gateway.
Example response
{
"id": "7f9fd312-a987-4628-b4c5-bb4f4fddd5f7",
"labels": {
"env": "test"
},
"created_at": "2022-11-04T20:10:06.927Z",
"updated_at": "2022-11-04T20:10:06.927Z",
"min_runtime_version": "1.1",
"version": "v1.123"
}Changes
Changed in 2 of the 75 revisions of this API.3
- ○
added the new optional request property
min_runtime_versionnew-optional-request-property
- ○
added the required property
min_runtime_versionto the response with the201statusresponse-required-property-added
- ○
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○