Skip to content

Commit e6b0296

Browse files
app-services-ciwtrocki
authored andcommitted
chore(openapi): update kafka-mgmt/v1 OpenAPI document
1 parent 9d7ed4d commit e6b0296

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

.openapi/kas-fleet-manager.yaml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,11 @@ paths:
3636
schema:
3737
$ref: '#/components/schemas/Error'
3838
description: Get error by Id
39-
summary: Returns the error by id
39+
summary: Returns the error by id
40+
tags:
41+
- errors
4042
parameters:
41-
- $ref: "#/components/parameters/id"
43+
- $ref: "#/components/parameters/id"
4244

4345
/api/kafkas_mgmt/v1/errors:
4446
get:
@@ -51,6 +53,8 @@ paths:
5153
$ref: '#/components/schemas/ErrorList'
5254
description: List of possible errors
5355
summary: Returns the list of possible API errors
56+
tags:
57+
- errors
5458

5559
/api/kafkas_mgmt/v1/status:
5660
get:
@@ -559,7 +563,7 @@ paths:
559563
tags:
560564
- security
561565
summary: Creates a service account
562-
'/api/kafkas_mgmt/v1/service_accounts/{id}':
566+
/api/kafkas_mgmt/v1/service_accounts/{id}:
563567
get:
564568
parameters:
565569
- $ref: "#/components/parameters/id"
@@ -623,7 +627,7 @@ paths:
623627
tags:
624628
- security
625629
summary: Deletes a service account by ID
626-
'/api/kafkas_mgmt/v1/service_accounts/{id}/reset_credentials':
630+
/api/kafkas_mgmt/v1/service_accounts/{id}/reset_credentials:
627631
post:
628632
parameters:
629633
- $ref: "#/components/parameters/id"

0 commit comments

Comments
 (0)