Skip to main content
POST
/
api
/
device
/
subtask
/
retry
失败任务重试
curl --request POST \
  --url https://api.example.com/api/device/subtask/retry \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "id": "<string>"
}
'
{}

Headers

Authentication
string
default:{{token_1}}
required

Body

application/json
id
string
required

子任务记录Id

Response

200 - application/json

The response is of type object.