Skip to main content
PATCH
/
automation-retry
/
{log_id}
Retry automation by ID
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"
}

Authorizations

Authorization
string
header
required

Use a valid Bearer token to authenticate.

Path Parameters

log_id
string
required

Unique identifier for automation log that generated by system. Example: 62f35f8710bf27537c61d1c2

Response

Success

status
boolean

Status of response.

message
string

Message of API response.