diff options
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": [] } |