Skip to content

Commit 85a71f7

Browse files
fix(openapi): update kafka-mgmt/v1 OpenAPI document (#256)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 9283454 commit 85a71f7

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,22 @@ paths:
460460
- $ref: "#/components/parameters/id"
461461
- $ref: '#/components/parameters/page'
462462
- $ref: '#/components/parameters/size'
463-
- $ref: '#/components/parameters/instance_type'
463+
- in: query
464+
deprecated: true
465+
name: instance_type
466+
description: |-
467+
The Kafka instance type to filter the results by
468+
469+
DEPRECATION NOTICE - instance_type will be deprecated
470+
471+
schema:
472+
type: string
473+
required: false
474+
examples:
475+
eval_instance_type:
476+
value: "eval"
477+
standard_instance_type:
478+
value: "standard"
464479
/api/kafkas_mgmt/v1/service_accounts:
465480
get:
466481
parameters:
@@ -1429,22 +1444,7 @@ components:
14291444
schema:
14301445
type: string
14311446
style: form
1432-
instance_type:
1433-
deprecated: true
1434-
name: instance_type
1435-
description: |-
1436-
The Kafka instance type to filter the results by
14371447

1438-
DEPRECATION NOTICE - instance_type will be deprecated
1439-
in: query
1440-
schema:
1441-
type: string
1442-
required: false
1443-
examples:
1444-
eval_instance_type:
1445-
value: "eval"
1446-
standard_instance_type:
1447-
value: "standard"
14481448
securitySchemes:
14491449
Bearer:
14501450
scheme: bearer

0 commit comments

Comments
 (0)