From c1d79520346938cde11bf01a272a24d3012aabc6 Mon Sep 17 00:00:00 2001 From: Marc Di Luzio Date: Fri, 12 Jun 2020 19:12:24 +0100 Subject: [PATCH] Fix error 400 descriptions --- swagger.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/swagger.yml b/swagger.yml index 2a48023..a1c83ea 100644 --- a/swagger.yml +++ b/swagger.yml @@ -75,7 +75,7 @@ paths: "200": description: "Successfully queued commands" "400": - description: "Bad request, typically due to duplicate name" + description: "Bad request, typically due to unknown command parameters" schema: $ref: '#/definitions/error' "500": @@ -101,7 +101,7 @@ paths: schema: $ref: '#/definitions/radar-response' "400": - description: "Bad request, typically due to duplicate name" + description: "Bad request, typically due to unknown account" schema: $ref: '#/definitions/error' "500": @@ -127,7 +127,7 @@ paths: schema: $ref: '#/definitions/rover-response' "400": - description: "Bad request, typically due to duplicate name" + description: "Bad request, typically due to unknown account" schema: $ref: '#/definitions/error' "500":