From f624a6a49c7a924cbaae41b3f73ee3fa655c459e Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Wed, 9 Oct 2024 11:55:59 -0400 Subject: Align send request fields with message fields by renaming `message` to `body`. --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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" } ``` -- cgit v1.2.3