diff options
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": { |