summaryrefslogtreecommitdiffstats
path: root/routers/api/v1/swagger/misc.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/api/v1/swagger/misc.go')
-rw-r--r--routers/api/v1/swagger/misc.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/routers/api/v1/swagger/misc.go b/routers/api/v1/swagger/misc.go
index 1d3c257efa..50f5cbdbf5 100644
--- a/routers/api/v1/swagger/misc.go
+++ b/routers/api/v1/swagger/misc.go
@@ -21,3 +21,10 @@ type swaggerResponseStringSlice struct {
// in:body
Body []string `json:"body"`
}
+
+// GeneralRepoSettings
+// swagger:response GeneralRepoSettings
+type swaggerResponseGeneralRepoSettings struct {
+ // in:body
+ Body api.GeneralRepoSettings `json:"body"`
+}