diff options
author | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-02 10:27:33 +0200 |
---|---|---|
committer | Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> | 2021-09-02 10:27:33 +0200 |
commit | c410fbcc0dfa5029788fd5f3701210c7375d74c7 (patch) | |
tree | 098f6827e2d0cb82604f913bf5061c6aa261a26d /api | |
parent | Merge branch 'master' of https://github.com/fosscord/fosscord-api (diff) | |
download | server-c410fbcc0dfa5029788fd5f3701210c7375d74c7.tar.xz |
:art: update openapi title
Diffstat (limited to 'api')
-rw-r--r-- | api/assets/openapi.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json index 60a40c8a..a49e4165 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json @@ -8,9 +8,9 @@ } ], "info": { - "description": "Fosscord is a free open source selfhostable chat, voice and video discord compatible platform", + "description": "Fosscord is a free open source selfhostable discord compatible chat, voice and video platform", "version": "1.0.0", - "title": "Swagger Petstore", + "title": "Fosscord HTTP API Routes", "termsOfService": "", "contact": { "name": "Fosscord" }, "license": { "name": "AGPLV3", "url": "https://www.gnu.org/licenses/agpl-3.0.en.html" } @@ -1617,9 +1617,9 @@ "description": "" } }, - "securitySchemes": { "authorization": { "type": "oauth2" } }, + "securitySchemes": {}, "links": {}, "callbacks": {} }, - "security": [{ "authorization": [] }] + "security": [] } |