cURL
curl --request PATCH \ --url https://apiweb.mile.app/api/v3/automation-retry/{log_id} \ --header 'Authorization: Bearer <token>'
{ "status": true, "message": "automation retry has been executed" }
Use a valid Bearer token to authenticate.
Unique identifier for automation log that generated by system. Example: 62f35f8710bf27537c61d1c2
62f35f8710bf27537c61d1c2
Success
Status of response.
Message of API response.