diff options
author | Cyborus <cyborus@cyborus.xyz> | 2024-06-19 19:32:22 +0200 |
---|---|---|
committer | Cyborus <cyborus@cyborus.xyz> | 2024-06-19 19:32:22 +0200 |
commit | 37a84e9f7ae920aad0d54b42032ed3c159f16093 (patch) | |
tree | c38dbfb4ad654675d6af3027c166651453a65c72 /swagger.v1.json | |
parent | Merge pull request 'bump version to 0.3.0' (#58) from bump-0.3.0 into main (diff) | |
download | forgejo-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.json | 5 |
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": { |