summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2024-05-06 00:15:46 +0300
committerPaul Buetow <paul@buetow.org>2024-05-06 00:15:46 +0300
commitb289b98e9bd7d2fcd31452e1c1083bc5d3066e42 (patch)
treec4997cd65f37f8972896d47469cd5b8d24c7f8da /docs
parent2f726100e2dd7eaef322386476a076a248ecb3d4 (diff)
returning json from /list
Diffstat (limited to 'docs')
-rw-r--r--docs/sample-payload.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/sample-payload.json b/docs/sample-payload.json
index a4ead89..470d21f 100644
--- a/docs/sample-payload.json
+++ b/docs/sample-payload.json
@@ -1,3 +1,3 @@
{
- "body": "hello world"
+ "body": "hello world man"
}