added
CS2 Match-API: Added Workshop Support
 almost 2 years ago by Adam Myllykoski
Changelog:
- Added support for workshop maps in the 
settings.mapparameter 
Details:
Following Valve's introduction of workshop support on November 3rd, our CS2 Match-API has been updated to include this feature.
Now, when you make a Match POST request to /api/0.1/cs2-matches, you can specify a workshop map using the settings.map parameter. The required format for workshop maps is workshop/ID. Here, ID represents the number sequence found in the workshop map's URL on the Steam Community website.
For example, to use the map available at https://steamcommunity.com/sharedfiles/filedetails/?id=3070244462, you should input workshop/3070244462 in the settings.map field.