Skip to content

Commit

Permalink
Fix compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Sep 12, 2024
1 parent 735076a commit 2403082
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 @@ -59,10 +59,10 @@ paths:
content:
application/json:
schema:
$ref: '../models/control/ping.yaml#/components/schemas/Response/result.success'
$ref: '../models/control/ping.yaml#/components/schemas/Response'
x-field-uid: 1
default:
$ref: '../models/result/request.yaml#/components/schemas/Response/result'
$ref: '../models/result/request.yaml#/components/responses/Failure'
x-field-uid: 2
/results:
post:
Expand Down

0 comments on commit 2403082

Please sign in to comment.