mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
update sdk to latest (#6903)
This commit is contained in:
@@ -7126,6 +7126,9 @@
|
||||
"type": "string",
|
||||
"x-go-name": "UserName"
|
||||
},
|
||||
"visibility": {
|
||||
"$ref": "#/definitions/VisibleType"
|
||||
},
|
||||
"website": {
|
||||
"type": "string",
|
||||
"x-go-name": "Website"
|
||||
@@ -8595,6 +8598,9 @@
|
||||
"type": "string",
|
||||
"x-go-name": "UserName"
|
||||
},
|
||||
"visibility": {
|
||||
"$ref": "#/definitions/VisibleType"
|
||||
},
|
||||
"website": {
|
||||
"type": "string",
|
||||
"x-go-name": "Website"
|
||||
@@ -9447,6 +9453,12 @@
|
||||
},
|
||||
"x-go-package": "code.gitea.io/gitea/models"
|
||||
},
|
||||
"VisibleType": {
|
||||
"description": "VisibleType defines the visibility (Organization only)",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-package": "code.gitea.io/gitea/vendor/code.gitea.io/sdk/gitea"
|
||||
},
|
||||
"WatchInfo": {
|
||||
"description": "WatchInfo represents an API watch status of one repository",
|
||||
"type": "object",
|
||||
@@ -9484,9 +9496,6 @@
|
||||
"AccessToken": {
|
||||
"description": "AccessToken represents an API access token.",
|
||||
"headers": {
|
||||
"hashed_token": {
|
||||
"type": "string"
|
||||
},
|
||||
"id": {
|
||||
"type": "integer",
|
||||
"format": "int64"
|
||||
@@ -9494,7 +9503,7 @@
|
||||
"name": {
|
||||
"type": "string"
|
||||
},
|
||||
"token": {
|
||||
"sha1": {
|
||||
"type": "string"
|
||||
},
|
||||
"token_last_eight": {
|
||||
|
Reference in New Issue
Block a user