Allows the sender to continue downloading a stamp from a map that has been stopped.
POST/map/import/delivery/start/:reqId
This endpoint resumes the download process for a paused map import request identified by reqId.
Request
Path Parameters
reqId stringrequired
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...