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:
parent
3622a710ad
commit
d2beb1d0d4
14
templates/swagger/v1_json.tmpl
generated
14
templates/swagger/v1_json.tmpl
generated
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user