From f5a25d534930b920022c96c030a032290368b5ae Mon Sep 17 00:00:00 2001 From: John Olheiser <42128690+jolheiser@users.noreply.github.com> Date: Thu, 19 Dec 2019 15:46:53 -0600 Subject: Fix NewCommitStatus (#9434) Signed-off-by: jolheiser --- templates/swagger/v1_json.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates/swagger') diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 7ed43b450c..f1789535ba 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -5879,8 +5879,8 @@ } ], "responses": { - "200": { - "$ref": "#/responses/StatusList" + "201": { + "$ref": "#/responses/Status" } } } -- cgit v1.2.3