Actor states transactions

POST http://localhost:{{daprPort}}/v1.0/actors/:actorType/:actorId/state

Persists the change to the state for an actor as a multi-item transaction.

Request Body

[{"operation"=>"{{operation1}}", "request"=>{"key"=>"{{key1}}", "value"=>"{{myData}}", "metadata"=>{"ttlInSeconds"=>"3600"}}}, {"operation"=>"{{operation2}}", "request"=>{"key"=>"{{key2}}"}}]