Retrieve update information for all maps.
GET/map/inventory/isUpdate
This endpoint retrieves and returns update information for all maps in the inventory.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
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...