cURL
curl --request POST \ --url https://api.example.com/api/executions/{execution_uuid}/resume
{ "is_error": false, "error_message": "<string>" }
Successful Response
Was this page helpful?