File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 12271
12271
"type": "string",
12272
12272
"x-go-name": "Readme"
12273
12273
},
12274
+ "size_limit": {
12275
+ "description": "SizeLimit of the repository",
12276
+ "type": "integer",
12277
+ "format": "int64",
12278
+ "x-go-name": "SizeLimit"
12279
+ },
12274
12280
"template": {
12275
12281
"description": "Whether the repository is template",
12276
12282
"type": "boolean",
13029
13035
"type": "boolean",
13030
13036
"x-go-name": "Private"
13031
13037
},
13038
+ "size_limit": {
13039
+ "description": "SizeLimit of the repository.",
13040
+ "type": "integer",
13041
+ "format": "int64",
13042
+ "x-go-name": "SizeLimit"
13043
+ },
13032
13044
"template": {
13033
13045
"description": "either `true` to make this repository a template or `false` to make it a normal repository",
13034
13046
"type": "boolean",
You can’t perform that action at this time.
0 commit comments