Skip to content

Commit 21bb725

Browse files
app-services-cisecondsun
authored andcommitted
fix(openapi): update kafka-mgmt/v1 OpenAPI document
1 parent 9762e0b commit 21bb725

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -467,6 +467,7 @@ paths:
467467
- $ref: "#/components/parameters/id"
468468
- $ref: '#/components/parameters/page'
469469
- $ref: '#/components/parameters/size'
470+
- $ref: '#/components/parameters/instance_type'
470471
/api/kafkas_mgmt/v1/service_accounts:
471472
get:
472473
responses:
@@ -1333,6 +1334,18 @@ components:
13331334
schema:
13341335
type: string
13351336
style: form
1337+
instance_type:
1338+
name: instance_type
1339+
description: The Kafka instance type to filter the results by
1340+
in: query
1341+
schema:
1342+
type: string
1343+
required: false
1344+
examples:
1345+
eval_instance_type:
1346+
value: "eval"
1347+
standard_instance_type:
1348+
value: "standard"
13361349
securitySchemes:
13371350
Bearer:
13381351
scheme: bearer

0 commit comments

Comments
 (0)