Add field IsAllRepositories to team API

This commit is contained in:
Nicolas Gourdon
2019-04-28 19:33:32 +02:00
parent e5f6d9e766
commit 7cca1253f7
5 changed files with 59 additions and 33 deletions
+12
View File
@@ -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"