summary refs log tree commit diff
path: root/api/assets/openapi.json
diff options
context:
space:
mode:
authorNobody <17956512+n0bodysec@users.noreply.github.com>2022-03-08 12:15:38 -0300
committerGitHub <noreply@github.com>2022-03-08 12:15:38 -0300
commitb9be054241786361cfbb678d5b4a1cc580d3eb22 (patch)
tree50abc4b69194837f8087e7d6580e993869cc68bb /api/assets/openapi.json
parentfix(api): working ban list (diff)
parentTemporary notes fix (diff)
downloadserver-ts-b9be054241786361cfbb678d5b4a1cc580d3eb22.tar.xz
Merge branch 'master' into fix/ban-list
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": {