cURL
curl --request POST \ --url https://api.example.com/api/executions/{execution_uuid}/started \ --header 'Content-Type: application/json' \ --data ' { "startedAt": "2023-11-07T05:31:56Z" } '
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Payload for marking an execution as started.
Successful Response
Was this page helpful?