summary refs log tree commit diff
path: root/api/assets/openapi.json
diff options
context:
space:
mode:
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": {