cURL
curl --request POST \ --url http://localhost:3001/workflow/{id}/update/{update} \ --header 'Content-Type: application/json' \ --data '{ "payload": {} }'
{ "error": "ValidationError", "message": "Invalid Payload", "issues": [ {} ] }
The workflow id
The update name
Body must contain payload; payload is sent to Temporal
The payload sent to the update operation
Success