Skip to content

Commit 9da1d42

Browse files
fix(openapi): update kafka-admin/v1 OpenAPI document (#238)
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
1 parent 34aa63b commit 9da1d42

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

.openapi/kafka-admin-rest.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ info:
66
license:
77
name: Apache 2.0
88
url: https://www.apache.org/licenses/LICENSE-2.0
9-
version: 0.7.1-SNAPSHOT
9+
version: 0.8.1-SNAPSHOT
1010
servers:
1111
- url: /
1212
description: Kafka Admin REST API
@@ -22,7 +22,7 @@ tags:
2222
- name: records
2323
description: Send and receive records interactively
2424
paths:
25-
/rest/topics:
25+
/api/v1/topics:
2626
get:
2727
tags:
2828
- topics
@@ -132,7 +132,7 @@ paths:
132132
application/json:
133133
schema:
134134
$ref: '#/components/schemas/Topic'
135-
/rest/topics/{topicName}:
135+
/api/v1/topics/{topicName}:
136136
get:
137137
tags:
138138
- topics
@@ -227,7 +227,7 @@ paths:
227227
application/json:
228228
schema:
229229
$ref: '#/components/schemas/Topic'
230-
/rest/consumer-groups:
230+
/api/v1/consumer-groups:
231231
get:
232232
tags:
233233
- groups
@@ -338,7 +338,7 @@ paths:
338338
$ref: '#/components/responses/ServerError'
339339
"503":
340340
$ref: '#/components/responses/ServiceUnavailable'
341-
/rest/consumer-groups/{consumerGroupId}:
341+
/api/v1/consumer-groups/{consumerGroupId}:
342342
get:
343343
tags:
344344
- groups
@@ -427,7 +427,7 @@ paths:
427427
$ref: '#/components/responses/ServerError'
428428
"503":
429429
$ref: '#/components/responses/ServiceUnavailable'
430-
/rest/consumer-groups/{consumerGroupId}/reset-offset:
430+
/api/v1/consumer-groups/{consumerGroupId}/reset-offset:
431431
post:
432432
tags:
433433
- groups
@@ -469,7 +469,7 @@ paths:
469469
application/json:
470470
schema:
471471
$ref: '#/components/schemas/ConsumerGroupResetOffsetResult'
472-
/rest/acls:
472+
/api/v1/acls:
473473
get:
474474
tags:
475475
- acls
@@ -756,7 +756,7 @@ paths:
756756
application/json:
757757
schema:
758758
$ref: '#/components/schemas/AclBindingListPage'
759-
/rest/acls/resource-operations:
759+
/api/v1/acls/resource-operations:
760760
get:
761761
tags:
762762
- acls
@@ -792,7 +792,7 @@ paths:
792792
$ref: '#/components/responses/NotAuthorized'
793793
"500":
794794
$ref: '#/components/responses/ServerError'
795-
/rest/topics/{topicName}/records:
795+
/api/v1/topics/{topicName}/records:
796796
get:
797797
tags:
798798
- records

0 commit comments

Comments
 (0)