From a7aaacb633a1f391eab6e8f2aa4f57b83d41c66c Mon Sep 17 00:00:00 2001 From: stevegt Date: Fri, 15 Jun 2018 00:47:13 -0700 Subject: fix CreateIssueCommentOption reference (#4239) * fixes a warning remaining from #4010 and #4220 --- 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 e0f2a7589a..9fd790281a 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -2208,7 +2208,7 @@ "name": "body", "in": "body", "schema": { - "$ref": "#/definitions/CreateIssueOption" + "$ref": "#/definitions/CreateIssueCommentOption" } } ], -- cgit v1.2.3