summaryrefslogtreecommitdiffstats
path: root/templates/swagger
diff options
context:
space:
mode:
author6543 <6543@obermui.de>2021-02-20 11:17:51 +0100
committerGitHub <noreply@github.com>2021-02-20 11:17:51 +0100
commit190bd0accd3788c91605bd7092a46a3c778a21fd (patch)
tree87a20029408dd60416aac5f1375cef9f87951c04 /templates/swagger
parentdb07aedd32d777b1f422f0bb810c73ecc6e44336 (diff)
downloadgitea-190bd0accd3788c91605bd7092a46a3c778a21fd.tar.gz
gitea-190bd0accd3788c91605bd7092a46a3c778a21fd.zip
Export LFS & TimeTracking function status (#14753)
Diffstat (limited to 'templates/swagger')
-rw-r--r--templates/swagger/v1_json.tmpl8
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/swagger/v1_json.tmpl b/templates/swagger/v1_json.tmpl
index 71caee9c75..4a97650e56 100644
--- a/templates/swagger/v1_json.tmpl
+++ b/templates/swagger/v1_json.tmpl
@@ -14101,6 +14101,10 @@
"type": "boolean",
"x-go-name": "HTTPGitDisabled"
},
+ "lfs_disabled": {
+ "type": "boolean",
+ "x-go-name": "LFSDisabled"
+ },
"migrations_disabled": {
"type": "boolean",
"x-go-name": "MigrationsDisabled"
@@ -14108,6 +14112,10 @@
"mirrors_disabled": {
"type": "boolean",
"x-go-name": "MirrorsDisabled"
+ },
+ "time_tracking_disabled": {
+ "type": "boolean",
+ "x-go-name": "TimeTrackingDisabled"
}
},
"x-go-package": "code.gitea.io/gitea/modules/structs"