summaryrefslogtreecommitdiffstats
path: root/swagger.v1.json
diff options
context:
space:
mode:
authorCyborus <cyborus@cyborus.xyz>2024-06-19 19:32:22 +0200
committerCyborus <cyborus@cyborus.xyz>2024-06-19 19:32:22 +0200
commit37a84e9f7ae920aad0d54b42032ed3c159f16093 (patch)
treec38dbfb4ad654675d6af3027c166651453a65c72 /swagger.v1.json
parentMerge pull request 'bump version to 0.3.0' (#58) from bump-0.3.0 into main (diff)
downloadforgejo-api-37a84e9f7ae920aad0d54b42032ed3c159f16093.tar.xz
forgejo-api-37a84e9f7ae920aad0d54b42032ed3c159f16093.zip
fix(swagger): `UserSettings` should not be a list
Diffstat (limited to 'swagger.v1.json')
-rw-r--r--swagger.v1.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/swagger.v1.json b/swagger.v1.json
index 0de864a..e706eb8 100644
--- a/swagger.v1.json
+++ b/swagger.v1.json
@@ -23164,10 +23164,7 @@
"UserSettings": {
"description": "UserSettings",
"schema": {
- "type": "array",
- "items": {
- "$ref": "#/definitions/UserSettings"
- }
+ "$ref": "#/definitions/UserSettings"
}
},
"WatchInfo": {