Fix error 400 descriptions
This commit is contained in:
parent
86a1200113
commit
c1d7952034
1 changed files with 3 additions and 3 deletions
|
@ -75,7 +75,7 @@ paths:
|
||||||
"200":
|
"200":
|
||||||
description: "Successfully queued commands"
|
description: "Successfully queued commands"
|
||||||
"400":
|
"400":
|
||||||
description: "Bad request, typically due to duplicate name"
|
description: "Bad request, typically due to unknown command parameters"
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/error'
|
$ref: '#/definitions/error'
|
||||||
"500":
|
"500":
|
||||||
|
@ -101,7 +101,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/radar-response'
|
$ref: '#/definitions/radar-response'
|
||||||
"400":
|
"400":
|
||||||
description: "Bad request, typically due to duplicate name"
|
description: "Bad request, typically due to unknown account"
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/error'
|
$ref: '#/definitions/error'
|
||||||
"500":
|
"500":
|
||||||
|
@ -127,7 +127,7 @@ paths:
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/rover-response'
|
$ref: '#/definitions/rover-response'
|
||||||
"400":
|
"400":
|
||||||
description: "Bad request, typically due to duplicate name"
|
description: "Bad request, typically due to unknown account"
|
||||||
schema:
|
schema:
|
||||||
$ref: '#/definitions/error'
|
$ref: '#/definitions/error'
|
||||||
"500":
|
"500":
|
||||||
|
|
Loading…
Add table
Reference in a new issue