diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-10-09 11:55:59 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-10-09 11:55:59 -0400 |
| commit | f624a6a49c7a924cbaae41b3f73ee3fa655c459e (patch) | |
| tree | 31b802183c44edb6ba8bd9c50bff8c36d7bf39f9 /docs/api.md | |
| parent | fecc78192ff1ad83c6a2f41e35a65ac189d25c6f (diff) | |
Align send request fields with message fields by renaming `message` to `body`.
Diffstat (limited to 'docs/api.md')
| -rw-r--r-- | docs/api.md | 2 |
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" } ``` |
