summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/docs/api.md b/docs/api.md
index 4145aa8..7414ccf 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -35,14 +35,15 @@ Returns information needed to boot the client. Also the recommended way to check
{
"name": "nonsense and such",
"id": "C1234abcd",
- "messages": [
- {
- "at": "2024-09-27T23:19:10.208147Z",
- "sender": "L1234abcd",
- "id": "M1312acab",
- "body": "beep"
- }
- ]
+ }
+ ],
+ "messages": [
+ {
+ "at": "2024-09-27T23:19:10.208147Z",
+ "channel": "C1234abcd",
+ "sender": "L1234abcd",
+ "id": "M1312acab",
+ "body": "beep"
}
]
}