Skip to content

Commit

Permalink
fix: create Run response shema (#349)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalii Melnychuk authored Apr 12, 2022
1 parent 0320a7e commit fb9795c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/api/maestro_api/swagger/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -366,8 +366,8 @@ paths:
responses:
200:
schema:
$ref: "#/definitions/Runs"
description: "Returns list of Run objects"
$ref: "#/definitions/Run"
description: "Returns Run object"
400:
description: "Bad request"
/run/{run_id}:
Expand Down

0 comments on commit fb9795c

Please sign in to comment.