summary refs log tree commit diff
path: root/api/assets/openapi.json
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-11 00:25:53 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-11 00:26:33 +1000
commit4304b77987df763a616bfc4387d3884187cf15fd (patch)
tree22e14d0086d60cd01239a94ca3805ccd988a0f38 /api/assets/openapi.json
parentMerge branch 'master' into fix/claim_accounts (diff)
parentUpdate Guild.ts (diff)
downloadserver-ts-4304b77987df763a616bfc4387d3884187cf15fd.tar.xz
Merge branch 'master' into fix/claim_accounts
Diffstat (limited to 'api/assets/openapi.json')
-rw-r--r--api/assets/openapi.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json

index 1af0600d..a8a657b2 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json
@@ -2,7 +2,7 @@ "openapi": "3.0.0", "servers": [ { - "url": "https://api.fosscord.com/v{version}", + "url": "https://api.fosscord.com/api/v{version}", "description": "Official fosscord instance", "variables": { "version": { @@ -2960,7 +2960,7 @@ "type": { "type": "string" }, - "verifie": { + "verified": { "type": "boolean" }, "visibility": { @@ -2980,7 +2980,7 @@ "type", "user", "user_id", - "verifie", + "verified", "visibility" ] }, @@ -3119,7 +3119,7 @@ "type": "boolean" }, "status": { - "enum": ["dnd", "idle", "offline", "online"], + "enum": ["dnd", "idle", "offline", "online", "invisible"], "type": "string" }, "stream_notifications_enabled": { @@ -5677,7 +5677,7 @@ "type": "boolean" }, "status": { - "enum": ["dnd", "idle", "offline", "online"], + "enum": ["dnd", "idle", "offline", "online", "invisible"], "type": "string" }, "stream_notifications_enabled": {