Skip to content

Commit

Permalink
fix case
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbalogh committed Dec 18, 2020
1 parent e76c39e commit b1cad5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ paths:
content:
application/json:
schema:
$ref: '../control/Control.yaml#/components/schemas/TransmitState'
$ref: '../control/control.yaml#/components/schemas/TransmitState'
responses:
'200':
$ref: '../result/request.yaml#/components/responses/Success'
Expand All @@ -96,7 +96,7 @@ paths:
content:
application/json:
schema:
$ref: '../control/Control.yaml#/components/schemas/LinkState'
$ref: '../control/control.yaml#/components/schemas/LinkState'
responses:
'200':
$ref: '../result/request.yaml#/components/responses/Success'
Expand Down

0 comments on commit b1cad5d

Please sign in to comment.