Skip to content

Commit

Permalink
fix!(openapi): update kafka-mgmt/v1 OpenAPI document (#114)
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 Jul 15, 2021
1 parent 414ebea commit f805377
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions .openapi/kas-fleet-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ openapi: 3.0.0 # need this as first line to allow some IDEs to know this is an o
# All endpoints defined here will be discoverable by all users. If there is a need to keep some endpoints "private", add them to the "managed-services-api-private.yaml" file
info:
title: Kafka Service Fleet Manager
version: 1.1.1
version: 1.1.2
description: Kafka Service Fleet Manager is a Rest API to manage Kafka instances and connectors.
servers:
- url: https://api.openshift.com
Expand Down Expand Up @@ -733,9 +733,6 @@ components:
type: string
name:
type: string
bootstrapServerHost:
type: string
deprecated: true
bootstrap_server_host:
type: string
created_at:
Expand Down Expand Up @@ -906,14 +903,8 @@ components:
description:
description: ''
type: string
clientID:
type: string
deprecated: true
client_id:
type: string
clientSecret:
type: string
deprecated: true
client_secret:
type: string
owner:
Expand Down Expand Up @@ -946,10 +937,6 @@ components:
id:
description: 'server generated unique id of the service account'
type: string
clientID:
description: 'client id of the service account'
type: string
deprecated: true
client_id:
description: 'client id of the service account'
type: string
Expand Down Expand Up @@ -1017,17 +1004,9 @@ components:
values:
type: object
properties:
Timestamp:
type: integer
format: int64
deprecated: true
timestamp:
type: integer
format: int64
Value:
type: number
format: double
deprecated: true
value:
type: number
format: double
Expand Down Expand Up @@ -1058,17 +1037,9 @@ components:
type: object
additionalProperties:
type: string
Timestamp:
type: integer
format: int64
deprecated: true
timestamp:
type: integer
format: int64
Value:
type: number
format: double
deprecated: true
value:
type: number
format: double
Expand Down

0 comments on commit f805377

Please sign in to comment.