2121 contact :
2222 name : Kong
2323 url : ' https://cloud.konghq.com'
24- x-oas-source : kong/platform-api@98c4f5c08ae8686225051759c1d9cffed8b2fb87
25- x-oas-source-link : ' https://github.com/Kong/platform-api/commit/98c4f5c08ae8686225051759c1d9cffed8b2fb87 '
24+ x-oas-source : kong/platform-api@b0852934fe6d461ff6ea7b8e818446fed2f2e81f
25+ x-oas-source-link : ' https://github.com/Kong/platform-api/commit/b0852934fe6d461ff6ea7b8e818446fed2f2e81f '
2626servers :
2727 - url : ' https://us.api.konghq.com/v1'
2828 description : United-States Production region
@@ -204,7 +204,7 @@ paths:
204204 parameters :
205205 - $ref : ' #/components/parameters/PageSize'
206206 - $ref : ' #/components/parameters/PageAfter'
207- - $ref : ' #/components/parameters/EventGatewayCommonFilter '
207+ - $ref : ' #/components/parameters/EventGatewayListenersFilter '
208208 responses :
209209 ' 200 ' :
210210 $ref : ' #/components/responses/ListEventGatewayListenersResponse'
@@ -1711,6 +1711,19 @@ components:
17111711 in : path
17121712 required : true
17131713 description : The ID of the Event Gateway Listener.
1714+ EventGatewayListenersFilter :
1715+ schema :
1716+ type : object
1717+ properties :
1718+ name :
1719+ $ref : ' #/components/schemas/StringFieldContainsFilter'
1720+ virtual_cluster_id :
1721+ $ref : ' #/components/schemas/StringFieldEqualsFilter'
1722+ in : query
1723+ name : filter
1724+ description : Filter listeners returned in the response.
1725+ required : false
1726+ style : deepObject
17141727 eventGatewayNodeId :
17151728 schema :
17161729 type : string
@@ -4986,6 +4999,16 @@ components:
49864999 title : Labels
49875000 additionalProperties : false
49885001 title : PatchGatewayRequest
5002+ StringFieldEqualsFilter :
5003+ description : Filters on the given string field value by exact match.
5004+ properties :
5005+ eq :
5006+ type : string
5007+ title : StringFieldEqualsFilter
5008+ x-examples :
5009+ example-1 : equals-some-value
5010+ example-2 :
5011+ eq : some-value
49895012 CreatedAt :
49905013 description : An ISO-8601 timestamp representation of entity creation date.
49915014 type : string
@@ -4998,16 +5021,6 @@ components:
49985021 format : date-time
49995022 example : ' 2022-11-04T20:10:06.927Z'
50005023 readOnly : true
5001- StringFieldEqualsFilter :
5002- description : Filters on the given string field value by exact match.
5003- properties :
5004- eq :
5005- type : string
5006- title : StringFieldEqualsFilter
5007- x-examples :
5008- example-1 : equals-some-value
5009- example-2 :
5010- eq : some-value
50115024 GatewaySecretReferenceOrLiteral :
50125025 description : |
50135026 A literal value or a reference to an existing secret as a template string expression.
0 commit comments