From d2beb1d0d4e26cdda0c80bb5e67bf242ae38d2f1 Mon Sep 17 00:00:00 2001 From: DmitryFrolovTri <23313323+DmitryFrolovTri@users.noreply.github.com> Date: Thu, 22 Jan 2026 14:19:24 +0000 Subject: [PATCH] remove the size_limit from repo API we now have only global size_limit per repo no individual --- templates/swagger/v1_json.tmpl | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl index 1435b477d8..7cd9d9355d 100644 --- a/templates/swagger/v1_json.tmpl +++ b/templates/swagger/v1_json.tmpl @@ -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",