summaryrefslogtreecommitdiffstats
path: root/openapi.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2024-03-15 15:28:53 +0100
committerJoas Schilling <coding@schilljs.com>2024-03-15 15:31:36 +0100
commit99cafa2ceb247aa5541cc80ca3b4fcbd9d07c91d (patch)
treed0f38e83c65d2f0e624162e526ce203d5301b631 /openapi.json
parenteb45b2eb8787207d072e5399da50f24f000df658 (diff)
feat(reminders): Implement reminders for messages not in cache
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'openapi.json')
-rw-r--r--openapi.json36
1 files changed, 32 insertions, 4 deletions
diff --git a/openapi.json b/openapi.json
index 93fb28bc7..f1cc7f89f 100644
--- a/openapi.json
+++ b/openapi.json
@@ -5995,7 +5995,14 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": {}
+ "data": {
+ "type": "object",
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ }
+ }
}
}
}
@@ -6114,7 +6121,14 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": {}
+ "data": {
+ "type": "object",
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ }
+ }
}
}
}
@@ -6203,7 +6217,14 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": {}
+ "data": {
+ "type": "object",
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ }
+ }
}
}
}
@@ -6231,7 +6252,14 @@
"meta": {
"$ref": "#/components/schemas/OCSMeta"
},
- "data": {}
+ "data": {
+ "type": "object",
+ "properties": {
+ "error": {
+ "type": "string"
+ }
+ }
+ }
}
}
}