mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-01 03:04:48 +02:00
remove the size_limit from repo API we now have only global size_limit per repo no individual
This commit is contained in:
Generated
+1
-13
@@ -23698,12 +23698,6 @@
|
||||
"type": "string",
|
||||
"x-go-name": "Readme"
|
||||
},
|
||||
"size_limit": {
|
||||
"description": "SizeLimit of the repository",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "SizeLimit"
|
||||
},
|
||||
"template": {
|
||||
"description": "Whether the repository is template",
|
||||
"type": "boolean",
|
||||
@@ -24805,7 +24799,7 @@
|
||||
"$ref": "#/definitions/InternalTracker"
|
||||
},
|
||||
"mirror_interval": {
|
||||
"description": "set to a string like `8h30m0s` to set the mirror interval time",
|
||||
"description": "set a string like `8h30m0s` to set the mirror interval time",
|
||||
"type": "string",
|
||||
"x-go-name": "MirrorInterval"
|
||||
},
|
||||
@@ -24825,12 +24819,6 @@
|
||||
"type": "string",
|
||||
"x-go-name": "ProjectsMode"
|
||||
},
|
||||
"size_limit": {
|
||||
"description": "SizeLimit of the repository.",
|
||||
"type": "integer",
|
||||
"format": "int64",
|
||||
"x-go-name": "SizeLimit"
|
||||
},
|
||||
"template": {
|
||||
"description": "either `true` to make this repository a template or `false` to make it a normal repository",
|
||||
"type": "boolean",
|
||||
|
||||
Reference in New Issue
Block a user