Appearance
Stored only in your browser. Get one under Tokens.
Cancel a step that is in NEW state.
PUT
/trails/{id}/steps/{rev}/cancel
Cancel a step that is in NEW state.
Only owner can cancel steps and only those steps still in NEW state.
Authorizations
ApiKeyAuth
Type
API Key (header: Authorization)
Parameters
Path Parameters
id*
ID|NICK|PRN
Type
Requiredstring
rev*
REV_ID
Type
Requiredstring
Responses
OK
application/json
JSON "data": { }, "downloads": { "objects": [ { "current_time": 0, "object_id": "string", "object_name": "string", "start_time": 0, "total_downloaded": 0, "total_size": 0 } ], "total": { "current_time": 0, "object_id": "string", "object_name": "string", "start_time": 0, "total_downloaded": 0, "total_size": 0 } }, "logs": "string", "progress": 0, "retries": 0, "status": "string", "status-msg": "string"
{
}