🎨 update openapi title

This commit is contained in:
Flam3rboy 2021-09-02 10:27:33 +02:00
parent f056885fb0
commit c410fbcc0d

View File

@ -8,9 +8,9 @@
} }
], ],
"info": { "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", "version": "1.0.0",
"title": "Swagger Petstore", "title": "Fosscord HTTP API Routes",
"termsOfService": "", "termsOfService": "",
"contact": { "name": "Fosscord" }, "contact": { "name": "Fosscord" },
"license": { "name": "AGPLV3", "url": "https://www.gnu.org/licenses/agpl-3.0.en.html" } "license": { "name": "AGPLV3", "url": "https://www.gnu.org/licenses/agpl-3.0.en.html" }
@ -1617,9 +1617,9 @@
"description": "" "description": ""
} }
}, },
"securitySchemes": { "authorization": { "type": "oauth2" } }, "securitySchemes": {},
"links": {}, "links": {},
"callbacks": {} "callbacks": {}
}, },
"security": [{ "authorization": [] }] "security": []
} }