summary refs log tree commit diff
path: root/assets
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 02:04:36 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2023-03-31 02:05:02 +1100
commit64e747a4d29220ef285124c98d22646842f03cd6 (patch)
tree2f81bd73522aea4565b9def3d2b23135009363b7 /assets
parentSPACEBAR (diff)
downloadserver-64e747a4d29220ef285124c98d22646842f03cd6.tar.xz
SPACEBAR
Diffstat (limited to '')
-rw-r--r--assets/openapi.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/assets/openapi.json b/assets/openapi.json

index 7e1f3cac..e0b2e564 100644 --- a/assets/openapi.json +++ b/assets/openapi.json
@@ -2,17 +2,17 @@ "openapi": "3.0.0", "servers": [ { - "url": "https://staging.fosscord.com/api/", - "description": "Official Fosscord Instance" + "url": "https://staging.spacebar.chat/api/", + "description": "Official Spacebar Instance" } ], "info": { - "description": "Fosscord is a free open source selfhostable discord compatible chat, voice and video platform", + "description": "Spacebar is a free open source selfhostable discord compatible chat, voice and video platform", "version": "1.0.0", - "title": "Fosscord HTTP API Routes", + "title": "Spacebar HTTP API Routes", "termsOfService": "", "contact": { - "name": "Fosscord" + "name": "Spacebar" }, "license": { "name": "AGPLV3",