Browse Source

Fix change introduce by update of go-swagger. (#1727)

tags/v1.2.0-rc1
Antoine GIRARD 7 years ago
parent
commit
976c2a05fa
2 changed files with 2 additions and 4 deletions
  1. 1
    4
      public/swagger.v1.json
  2. 1
    0
      routers/api/v1/api.go

+ 1
- 4
public/swagger.v1.json View File

@@ -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": {

+ 1
- 0
routers/api/v1/api.go View File

@@ -4,6 +4,7 @@

//go:generate swagger generate spec -o ../../../public/swagger.v1.json
//go:generate sed -i "s;\".ref\": \"#/definitions/GPGKey\";\"type\": \"object\";g" ../../../public/swagger.v1.json
//go:generate sed -i "s;^ \".ref\": \"#/definitions/Repository\"; \"type\": \"object\";g" ../../../public/swagger.v1.json

// Package v1 Gitea API.
//

Loading…
Cancel
Save