Skip to content

Commit

Permalink
fix(openapi): update kafka-admin/v1 OpenAPI document (#321)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <app-services-ci@users.noreply.github.com>
  • Loading branch information
app-services-ci and app-services-ci authored Mar 18, 2022
1 parent 56f88e2 commit e8ecc9e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .openapi/kafka-admin-rest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
license:
name: Apache 2.0
url: https://www.apache.org/licenses/LICENSE-2.0
version: 0.7.1-SNAPSHOT
version: 0.8.1-SNAPSHOT
servers:
- url: /
description: Kafka Admin REST API
Expand All @@ -22,7 +22,7 @@ tags:
- name: records
description: Send and receive records interactively
paths:
/rest/topics:
/api/v1/topics:
get:
tags:
- topics
Expand Down Expand Up @@ -132,7 +132,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Topic'
/rest/topics/{topicName}:
/api/v1/topics/{topicName}:
get:
tags:
- topics
Expand Down Expand Up @@ -227,7 +227,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/Topic'
/rest/consumer-groups:
/api/v1/consumer-groups:
get:
tags:
- groups
Expand Down Expand Up @@ -338,7 +338,7 @@ paths:
$ref: '#/components/responses/ServerError'
"503":
$ref: '#/components/responses/ServiceUnavailable'
/rest/consumer-groups/{consumerGroupId}:
/api/v1/consumer-groups/{consumerGroupId}:
get:
tags:
- groups
Expand Down Expand Up @@ -427,7 +427,7 @@ paths:
$ref: '#/components/responses/ServerError'
"503":
$ref: '#/components/responses/ServiceUnavailable'
/rest/consumer-groups/{consumerGroupId}/reset-offset:
/api/v1/consumer-groups/{consumerGroupId}/reset-offset:
post:
tags:
- groups
Expand Down Expand Up @@ -469,7 +469,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/ConsumerGroupResetOffsetResult'
/rest/acls:
/api/v1/acls:
get:
tags:
- acls
Expand Down Expand Up @@ -756,7 +756,7 @@ paths:
application/json:
schema:
$ref: '#/components/schemas/AclBindingListPage'
/rest/acls/resource-operations:
/api/v1/acls/resource-operations:
get:
tags:
- acls
Expand Down Expand Up @@ -792,7 +792,7 @@ paths:
$ref: '#/components/responses/NotAuthorized'
"500":
$ref: '#/components/responses/ServerError'
/rest/topics/{topicName}/records:
/api/v1/topics/{topicName}/records:
get:
tags:
- records
Expand Down

0 comments on commit e8ecc9e

Please sign in to comment.