We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dd919c commit 97ea22dCopy full SHA for 97ea22d
examples/Actor/README.md
@@ -55,7 +55,7 @@ Following curl call will save data for actor id "abc"
55
On Linux, MacOS:
56
57
``` bash
58
-curl -X POST http://127.0.0.1:3500/v1.0/actors/DemoActor/abc/method/SaveData -d '{ "PropertyA": "ValueA", "PropertyB": "ValueB" }'
+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" }'
59
```
60
61
On Windows:
0 commit comments