Skip to content

Commit

Permalink
Fix error msg
Browse files Browse the repository at this point in the history
  • Loading branch information
indraniBh committed Sep 12, 2024
1 parent ba88961 commit 6af6fbb
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/result.success'
x-field-uid: 1
default:
$ref: '../models/result/request.yaml#/components/schemas/Response.Result.Failure'
$ref: '../models/result/request.yaml#/components/schemas/Response/result.failure'
x-field-uid: 2
/results:
post:
Expand Down

0 comments on commit 6af6fbb

Please sign in to comment.