From b074329faf2a3bfa48c72db7d2b26cef03c7c512 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Thu, 26 Jul 2018 14:12:57 +0300 Subject: Change: return 409 if project is missing parameters, not 404 --- yarns/400-build.yarn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'yarns/400-build.yarn') diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn index 7f261ef..5172ba0 100644 --- a/yarns/400-build.yarn +++ b/yarns/400-build.yarn @@ -114,7 +114,7 @@ Trigger build of project that doesn't exist. Trigger build of project with missing parameter. WHEN user makes request GET /projects/bad_rome/+trigger - THEN result has status code 404 + THEN result has status code 409 Trigger build. -- cgit v1.2.1