summary refs log tree commit diff
path: root/api
diff options
context:
space:
mode:
authorFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-02 10:27:33 +0200
committerFlam3rboy <34555296+Flam3rboy@users.noreply.github.com>2021-09-02 10:27:33 +0200
commit6685047d2084badbe16a5be181fd1937d7e301a9 (patch)
tree1162b4bcbb155d2538de250e8a8625b6448fdf80 /api
parentMerge branch 'master' of https://github.com/fosscord/fosscord-api (diff)
downloadserver-6685047d2084badbe16a5be181fd1937d7e301a9.tar.xz
:art: update openapi title
Diffstat (limited to 'api')
-rw-r--r--api/assets/openapi.json8
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": []
 }