From c410fbcc0dfa5029788fd5f3701210c7375d74c7 Mon Sep 17 00:00:00 2001 From: Flam3rboy <34555296+Flam3rboy@users.noreply.github.com> Date: Thu, 2 Sep 2021 10:27:33 +0200 Subject: [PATCH] :art: update openapi title --- api/assets/openapi.json | 8 ++++---- 1 file 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": [] }