|
6 | 6 | license: |
7 | 7 | name: Apache 2.0 |
8 | 8 | url: https://www.apache.org/licenses/LICENSE-2.0 |
9 | | - version: 0.7.1-SNAPSHOT |
| 9 | + version: 0.8.1-SNAPSHOT |
10 | 10 | servers: |
11 | 11 | - url: / |
12 | 12 | description: Kafka Admin REST API |
|
22 | 22 | - name: records |
23 | 23 | description: Send and receive records interactively |
24 | 24 | paths: |
25 | | - /rest/topics: |
| 25 | + /api/v1/topics: |
26 | 26 | get: |
27 | 27 | tags: |
28 | 28 | - topics |
@@ -132,7 +132,7 @@ paths: |
132 | 132 | application/json: |
133 | 133 | schema: |
134 | 134 | $ref: '#/components/schemas/Topic' |
135 | | - /rest/topics/{topicName}: |
| 135 | + /api/v1/topics/{topicName}: |
136 | 136 | get: |
137 | 137 | tags: |
138 | 138 | - topics |
@@ -227,7 +227,7 @@ paths: |
227 | 227 | application/json: |
228 | 228 | schema: |
229 | 229 | $ref: '#/components/schemas/Topic' |
230 | | - /rest/consumer-groups: |
| 230 | + /api/v1/consumer-groups: |
231 | 231 | get: |
232 | 232 | tags: |
233 | 233 | - groups |
@@ -338,7 +338,7 @@ paths: |
338 | 338 | $ref: '#/components/responses/ServerError' |
339 | 339 | "503": |
340 | 340 | $ref: '#/components/responses/ServiceUnavailable' |
341 | | - /rest/consumer-groups/{consumerGroupId}: |
| 341 | + /api/v1/consumer-groups/{consumerGroupId}: |
342 | 342 | get: |
343 | 343 | tags: |
344 | 344 | - groups |
@@ -427,7 +427,7 @@ paths: |
427 | 427 | $ref: '#/components/responses/ServerError' |
428 | 428 | "503": |
429 | 429 | $ref: '#/components/responses/ServiceUnavailable' |
430 | | - /rest/consumer-groups/{consumerGroupId}/reset-offset: |
| 430 | + /api/v1/consumer-groups/{consumerGroupId}/reset-offset: |
431 | 431 | post: |
432 | 432 | tags: |
433 | 433 | - groups |
@@ -469,7 +469,7 @@ paths: |
469 | 469 | application/json: |
470 | 470 | schema: |
471 | 471 | $ref: '#/components/schemas/ConsumerGroupResetOffsetResult' |
472 | | - /rest/acls: |
| 472 | + /api/v1/acls: |
473 | 473 | get: |
474 | 474 | tags: |
475 | 475 | - acls |
@@ -756,7 +756,7 @@ paths: |
756 | 756 | application/json: |
757 | 757 | schema: |
758 | 758 | $ref: '#/components/schemas/AclBindingListPage' |
759 | | - /rest/acls/resource-operations: |
| 759 | + /api/v1/acls/resource-operations: |
760 | 760 | get: |
761 | 761 | tags: |
762 | 762 | - acls |
@@ -792,7 +792,7 @@ paths: |
792 | 792 | $ref: '#/components/responses/NotAuthorized' |
793 | 793 | "500": |
794 | 794 | $ref: '#/components/responses/ServerError' |
795 | | - /rest/topics/{topicName}/records: |
| 795 | + /api/v1/topics/{topicName}/records: |
796 | 796 | get: |
797 | 797 | tags: |
798 | 798 | - records |
|
0 commit comments