diff options
author | 6543 <6543@obermui.de> | 2021-02-20 11:17:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-20 11:17:51 +0100 |
commit | 190bd0accd3788c91605bd7092a46a3c778a21fd (patch) | |
tree | 87a20029408dd60416aac5f1375cef9f87951c04 /templates/swagger | |
parent | db07aedd32d777b1f422f0bb810c73ecc6e44336 (diff) | |
download | gitea-190bd0accd3788c91605bd7092a46a3c778a21fd.tar.gz gitea-190bd0accd3788c91605bd7092a46a3c778a21fd.zip |
Export LFS & TimeTracking function status (#14753)
Diffstat (limited to 'templates/swagger')
-rw-r--r-- | templates/swagger/v1_json.tmpl | 8 |
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" |