Update Event Gateway
Update an individual gateway.
Request body
Example request
{
"min_runtime_version": "1.1",
"labels": {
"env": "test"
}
}Response
A response to updating 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 4 of the 29 revisions of this API.1116
- ▲
the response's body type/format changed from
/toobject/for status200response-body-type-changed
- ○
added the new optional request property
min_runtime_versionnew-optional-request-property
- ○
removed
Gatewaysubschema #2from the response bodyallOflist for the response status200response-body-all-of-removed
- ○
added the optional property
descriptionto the response with the200statusresponse-optional-property-added
- ○
added the optional property
labelsto the response with the200statusresponse-optional-property-added
- ○
added the required property
created_atto the response with the200statusresponse-required-property-added
- ○
added the required property
idto the response with the200statusresponse-required-property-added
- ○
added the required property
min_runtime_versionto the response with the200statusresponse-required-property-added
- ○
added the required property
nameto the response with the200statusresponse-required-property-added
- ○
added the required property
nodes_totalto the response with the200statusresponse-required-property-added
- ○
added the required property
updated_atto the response with the200statusresponse-required-property-added
- ○
added the required property
versionto the response with the200statusresponse-required-property-added
- ○
added the required property
virtual_clusters_totalto the response with the200statusresponse-required-property-added
This revision also has 7 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
api operation id
update-houdini-event-gatewayremoved and replaced withupdate-event-gatewayapi-operation-id-removed
- ○
- ●
added the new
typeenum value to theallOf[subschema #2]/invalid_parameters/items/oneOf[InvalidParameterStandard]/ruleresponse property for the response status400response-property-enum-value-added
- ○
api tag
Event Gatewaysaddedapi-tag-added
- ○
api tag
Houdini Event Gatewaysremovedapi-tag-removed
This revision also has 57 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ●
- ○
endpoint added
endpoint-added
- ○