AddMap
To create a map. The map type has to be one defined in the map json. The bearer is required if you want it to be assigned to a user.
Query parameters
-
mapname
string Required Map name
-
mapdate
string Required Date of the day the map was burned. aaaa-mm-dd
-
maptype
string Required Name of the type of map
Values are
Canyon_new
,CanyonB_new
,SleepingGiants_new
,SleepingGiantsB_new
,Volcanic_new
,Crater_new
,Volcanyon_new
,AncientCity_new
,KaliSpires_new
,WormMap_new
, orMiniOasis_new
.
POST
/maps/
curl \
--request POST 'http://api.example.com/maps/?mapname=string&mapdate=string&maptype=Canyon_new'
Response examples (201)
{
"Success": "string",
"IdMap": 42,
"PassMap": "string"
}
Response examples (400)
string
Response examples (503)
string