Retrieve update information for a specific map.
GET/map/inventory/isUpdate/:reqId
This endpoint retrieves and returns update information for the map identified by the given reqId.
Request
Path Parameters
reqId stringrequired
The unique identifier of the map import request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
isUpdate booleanrequired
reqId stringrequired
{
"isUpdate": true,
"reqId": "string"
}
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...