mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
Add field IsAllRepositories to team API
This commit is contained in:
@@ -7298,6 +7298,10 @@
|
||||
"type": "string",
|
||||
"x-go-name": "Description"
|
||||
},
|
||||
"is_all_repositories": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "IsAllRepositories"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"x-go-name": "Name"
|
||||
@@ -7733,6 +7737,10 @@
|
||||
"type": "string",
|
||||
"x-go-name": "Description"
|
||||
},
|
||||
"is_all_repositories": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "IsAllRepositories"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"x-go-name": "Name"
|
||||
@@ -9252,6 +9260,10 @@
|
||||
"format": "int64",
|
||||
"x-go-name": "ID"
|
||||
},
|
||||
"is_all_repositories": {
|
||||
"type": "boolean",
|
||||
"x-go-name": "IsAllRepositories"
|
||||
},
|
||||
"name": {
|
||||
"type": "string",
|
||||
"x-go-name": "Name"
|
||||
|
||||
Reference in New Issue
Block a user