Skip to content

Commit

Permalink
chore(all): re-generate OpenAPI client(s) (#371)
Browse files Browse the repository at this point in the history
Co-authored-by: app-services-ci <[email protected]>
  • Loading branch information
app-services-ci and app-services-ci authored Feb 10, 2022
1 parent 111bea9 commit d79e439
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions kafkamgmt/apiv1/client/api/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -254,30 +254,45 @@ paths:
"400":
content:
application/json:
examples:
MissingParameterExample:
$ref: '#/components/examples/400MissingParameterExample'
schema:
$ref: '#/components/schemas/Error'
description: Bad request
"401":
content:
application/json:
examples:
"401Example":
$ref: '#/components/examples/401Example'
schema:
$ref: '#/components/schemas/Error'
description: Auth token is invalid
"403":
content:
application/json:
examples:
"403Example":
$ref: '#/components/examples/403Example'
schema:
$ref: '#/components/schemas/Error'
description: User is not authorised to access the service
"404":
content:
application/json:
examples:
"404Example":
$ref: '#/components/examples/404Example'
schema:
$ref: '#/components/schemas/Error'
description: No Kafka found with the specified ID
"500":
content:
application/json:
examples:
"500Example":
$ref: '#/components/examples/500Example'
schema:
$ref: '#/components/schemas/Error'
description: Unexpected error occurred
Expand Down

0 comments on commit d79e439

Please sign in to comment.