Maps

Approves a new map.

put/maps

Request body

workshop_idinteger required

The ID of the map's Steam workshop item.

descriptionstring nullable

A brief description of the map.

state'invalid' | 'in-testing' | 'approved' required
mappersSteamId[] required

A list of SteamIDs of players who have contributed to the creation of this map.

You must specify at least 1 player.

Example request

{
  "mappers": [
    "STEAM_1:1:161178172"
  ],
  "courses": [
    {
      "mappers": [
        "STEAM_1:1:161178172"
      ]
    }
  ]
}

Response

map_idinteger required

Changes