From 876bafb7ef8570e62de026b999acd05556fceaee Mon Sep 17 00:00:00 2001 From: Ethan Koenig Date: Sun, 19 Nov 2017 23:00:53 -0800 Subject: Fix API status code for hook creation (#2814) * Fix API status code for hook creation * Named constants for response statuses --- public/swagger.v1.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/swagger.v1.json') diff --git a/public/swagger.v1.json b/public/swagger.v1.json index 82370e49e2..6072bfba3b 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -1527,7 +1527,7 @@ } ], "responses": { - "200": { + "201": { "$ref": "#/responses/Hook" } } -- cgit v1.2.3