Skip to content

Commit

Permalink
fix: swagger spec (#63)
Browse files Browse the repository at this point in the history
* fix: added missing swagger reference for connectors configs response

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

* fix: added missing swagger reference for connectors configs response

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>

Signed-off-by: Lawrence Zawila <113581282+darkmatterpool@users.noreply.github.com>
  • Loading branch information
darkmatterpool authored Nov 29, 2022
1 parent 5c6b29b commit 461f5a0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions swagger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,20 @@ components:
items:
$ref: '#/components/schemas/ConnectorBaseInfo'

ListConnectorsConfigsResponse:
type: object
properties:
connector:
type: object
properties:
key:
type: object
properties:
datatype:
type: string
required:
type: boolean

ConnectorBaseInfo:
type: object
properties:
Expand Down

0 comments on commit 461f5a0

Please sign in to comment.