mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-15 02:45:22 +00:00
Merge pull request '[v7.0/forgejo] [SWAGGER] Make UserSettings
definition an non-array' (#4184) from bp-v7.0/forgejo-5926ed1 into v7.0/forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4184 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
664c8a99cb
|
@ -46,5 +46,5 @@ type swaggerResponseUserHeatmapData struct {
|
||||||
// swagger:response UserSettings
|
// swagger:response UserSettings
|
||||||
type swaggerResponseUserSettings struct {
|
type swaggerResponseUserSettings struct {
|
||||||
// in:body
|
// in:body
|
||||||
Body []api.UserSettings `json:"body"`
|
Body api.UserSettings `json:"body"`
|
||||||
}
|
}
|
||||||
|
|
5
templates/swagger/v1_json.tmpl
generated
5
templates/swagger/v1_json.tmpl
generated
|
@ -25014,10 +25014,7 @@
|
||||||
"UserSettings": {
|
"UserSettings": {
|
||||||
"description": "UserSettings",
|
"description": "UserSettings",
|
||||||
"schema": {
|
"schema": {
|
||||||
"type": "array",
|
"$ref": "#/definitions/UserSettings"
|
||||||
"items": {
|
|
||||||
"$ref": "#/definitions/UserSettings"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"WatchInfo": {
|
"WatchInfo": {
|
||||||
|
|
Loading…
Reference in a new issue