0
0
mirror of https://github.com/go-gitea/gitea.git synced 2026-06-10 05:54:25 +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:
DmitryFrolovTri 2026-01-22 14:19:24 +00:00
parent 3622a710ad
commit d2beb1d0d4

View File

@ -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",