Skip to content

Commit 97ea22d

Browse files
committed
Added missing parameter in readme
1 parent 6dd919c commit 97ea22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Actor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Following curl call will save data for actor id "abc"
5555
On Linux, MacOS:
5656

5757
``` bash
58-
curl -X POST http://127.0.0.1:3500/v1.0/actors/DemoActor/abc/method/SaveData -d '{ "PropertyA": "ValueA", "PropertyB": "ValueB" }'
58+
curl -X POST http://127.0.0.1:3500/v1.0/actors/DemoActor/abc/method/SaveData -d '{ "data": {"PropertyA": "ValueA", "PropertyB": "ValueB" }, "ttl": "00:10:00" }'
5959
```
6060

6161
On Windows:

0 commit comments

Comments
 (0)