diff options
author | stevegt <stevegt@t7a.org> | 2018-06-15 00:47:13 -0700 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2018-06-15 15:47:13 +0800 |
commit | a7aaacb633a1f391eab6e8f2aa4f57b83d41c66c (patch) | |
tree | 40e89e5f20396e4b87827a2b5341ad81d95c7d9a /public/swagger.v1.json | |
parent | a75f2511951120c9ba1f954cfe48e4ce73687c72 (diff) | |
download | gitea-a7aaacb633a1f391eab6e8f2aa4f57b83d41c66c.tar.gz gitea-a7aaacb633a1f391eab6e8f2aa4f57b83d41c66c.zip |
fix CreateIssueCommentOption reference (#4239)
* fixes a warning remaining from #4010 and #4220
Diffstat (limited to 'public/swagger.v1.json')
-rw-r--r-- | public/swagger.v1.json | 2 |
1 files changed, 1 insertions, 1 deletions
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" } } ], |