diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-06-02 06:35:31 +0200 |
---|---|---|
committer | Bo-Yi Wu <appleboy.tw@gmail.com> | 2017-06-01 23:35:31 -0500 |
commit | 976c2a05fafcecc454634206f9072f3ae23bc055 (patch) | |
tree | 49feadf52e60bce7b64782e9193d95de9ac42919 /public | |
parent | 4e5ee2b67ac9c54ce2b0e05daf8b61a97cbe743b (diff) | |
download | gitea-976c2a05fafcecc454634206f9072f3ae23bc055.tar.gz gitea-976c2a05fafcecc454634206f9072f3ae23bc055.zip |
Fix change introduce by update of go-swagger. (#1727)
Diffstat (limited to 'public')
-rw-r--r-- | public/swagger.v1.json | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/public/swagger.v1.json b/public/swagger.v1.json index dd91a6fdc1..62c9fd3c48 100644 --- a/public/swagger.v1.json +++ b/public/swagger.v1.json @@ -969,15 +969,12 @@ "x-go-name": "OpenIssues" }, "owner": { - "x-go-name": "Owner", "$ref": "#/definitions/User" }, "parent": { - "x-go-name": "Parent", - "$ref": "#/definitions/Repository" + "type": "object" }, "permissions": { - "x-go-name": "Permissions", "$ref": "#/definitions/Permission" }, "private": { |