Synchronize maps in the inventory.
POST/map/inventory/sync
This endpoint synchronizes the maps in the inventory, ensure map files are exists and load maps that are not in the DB.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...