Initiate the discovery process for the map inventory.
POST/map/inventory/discover
This endpoint initiates the discovery process for the inventory of maps and returns a response indicating the status of the operation.
Request
Responses
- 200
- 500
- application/json
- Schema
- Example (from schema)
Schema
message stringrequired
name stringrequired
statusCode int32required
{
"message": "string",
"name": "string",
"statusCode": 0
}
Loading...