summary refs log tree commit diff
path: root/assets/openapi.json
diff options
context:
space:
mode:
Diffstat (limited to 'assets/openapi.json')
-rw-r--r--assets/openapi.json12
1 files changed, 6 insertions, 6 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index fa220593..2db00047 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -1,8 +1,8 @@ { "openapi": "3.1.0", "info": { - "title": "Fosscord Server", - "description": "Fosscord is a free open source selfhostable discord compatible chat, voice and video platform", + "title": "Spacebar Server", + "description": "Spacebar is a free open source selfhostable discord compatible chat, voice and video platform", "license": { "name": "AGPLV3", "url": "https://www.gnu.org/licenses/agpl-3.0.en.html" @@ -10,13 +10,13 @@ "version": "1.0.0" }, "externalDocs": { - "description": "Fosscord Docs", - "url": "https://docs.fosscord.com" + "description": "Spacebar Docs", + "url": "https://docs.spacebar.chat" }, "servers": [ { - "url": "https://staging.fosscord.com/api/", - "description": "Official Fosscord Instance" + "url": "https://old.server.spacebar.chat/api/", + "description": "Official Spacebar Instance" } ], "components": {