summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorOwen Jacobson <owen@grimoire.ca>2024-10-09 11:55:59 -0400
committerOwen Jacobson <owen@grimoire.ca>2024-10-09 11:55:59 -0400
commitf624a6a49c7a924cbaae41b3f73ee3fa655c459e (patch)
tree31b802183c44edb6ba8bd9c50bff8c36d7bf39f9 /docs
parentfecc78192ff1ad83c6a2f41e35a65ac189d25c6f (diff)
Align send request fields with message fields by renaming `message` to `body`.
Diffstat (limited to 'docs')
-rw-r--r--docs/api.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/api.md b/docs/api.md
index 7414ccf..4957666 100644
--- a/docs/api.md
+++ b/docs/api.md
@@ -139,7 +139,7 @@ Chat messages expire after 90 days and can no longer be retrieved at that time.
```json
{
- "message": "my amazing thoughts, by bob"
+ "body": "my amazing thoughts, by bob"
}
```