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-03-09 22:35:00 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-09 22:35:00 +1100
commite1f9839685a969256fb3d6bfeb41fbed46599926 (patch)
tree95b74d9d3010d80125cdfe9e318792fe09f9c593 /api/assets/openapi.json
parentAdded preferred_region optional property of VoiceStateUpdateSchema to allow e... (diff)
parentMerge pull request #675 from nobodylabs/fix/ban-list (diff)
downloadserver-ts-e1f9839685a969256fb3d6bfeb41fbed46599926.tar.xz
Merge branch 'master' into maddyrtc
Diffstat (limited to 'api/assets/openapi.json')
-rw-r--r--api/assets/openapi.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/assets/openapi.json b/api/assets/openapi.json

index 1af0600d..03550323 100644 --- a/api/assets/openapi.json +++ b/api/assets/openapi.json
@@ -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": {