mirror of
https://github.com/go-gitea/gitea
synced 2025-12-07 13:28:25 +00:00
API: Expose its limitation settings (#12714)
* API: Expose its limitation settings * TESTs Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
co-authored by
zeripath
techknowlogick
parent
45c0ec3152
commit
2a52aeec49
@@ -19,3 +19,10 @@ type swaggerResponseGeneralUISettings struct {
|
||||
// in:body
|
||||
Body api.GeneralUISettings `json:"body"`
|
||||
}
|
||||
|
||||
// GeneralAPISettings
|
||||
// swagger:response GeneralAPISettings
|
||||
type swaggerResponseGeneralAPISettings struct {
|
||||
// in:body
|
||||
Body api.GeneralAPISettings `json:"body"`
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user