AddMap

POST /maps/

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, or MiniOasis_new.

Responses

  • 201 application/json

    Default Response

    Hide response attributes Show response attributes object
  • 400 application/json

    Bad Request

    Bad Request

  • 503 application/json

    Service Unavailable

    Service Unavailable

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