Productsup

Reset the cursor for specified file

Resetting the cursor means the next item/batch will start from the beginning again. WARNING: Type "full" is deprecated. Use "input" instead.

GET
/input/{type}/restart

Path Parameters

type*string
Match^full|input|new|modified|unchanged|deleted$

Response Body

application/json

curl -X GET "https://loading/input/string/restart"
{
  "message": "successful request"
}

How is this guide?