Merge pull request #30533 from allencloud/add-40x-for-build-api

add 400 status code for build api
Upstream-commit: 011a4087bd75b1040df53a94eef199856e7e7da5
Component: engine
This commit is contained in:
Sebastiaan van Stijn
2017-01-28 17:32:30 +01:00
committed by GitHub
+4
View File
@@ -4459,6 +4459,10 @@ paths:
responses:
200:
description: "no error"
400:
description: "Bad parameter"
schema:
$ref: "#/definitions/ErrorResponse"
500:
description: "server error"
schema: