summaryrefslogtreecommitdiffstats
path: root/openapi.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-02-28 18:35:07 +0100
committerJoas Schilling <coding@schilljs.com>2024-02-29 09:08:26 +0100
commitb1e243877f0f3909dcca708549c5c602a5848341 (patch)
treeb495ea1607cc9af023ae46900baaf46a59f52ad5 /openapi.json
parent88101baeee7db6611bc932f915f7447cd0b5cc62 (diff)
feat(federation): Allow to mark a conversation as unread again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'openapi.json')
-rw-r--r--openapi.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/openapi.json b/openapi.json
index 0280bc76e..162d93a8f 100644
--- a/openapi.json
+++ b/openapi.json
@@ -6179,6 +6179,7 @@
"chat"
],
"security": [
+ {},
{
"bearer_auth": []
},
@@ -6247,7 +6248,9 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": {}
+ "data": {
+ "$ref": "#/components/schemas/Room"
+ }
}
}
}