diff --git a/web/api/maestro_api/swagger/template.yml b/web/api/maestro_api/swagger/template.yml index a71b7079..c2f26f58 100644 --- a/web/api/maestro_api/swagger/template.yml +++ b/web/api/maestro_api/swagger/template.yml @@ -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}: