Creates a new map for a specific ranked system.
The ID of the parent ranked system.
The configuration for the new map.
A promise resolving to the newly created MapEntity.
Updates an existing map.
Note: You can also use map.update() if you already have the entity instance.
The unique ID of the map.
The fields to update.
A promise resolving to the updated MapEntity.
Uploads or updates the image for a specific map using multipart/form-data.
The unique ID of the map.
The binary buffer containing the image data.
The filename with extension (e.g., 'arena.png').
A promise resolving to an object containing the success status and the new URL.
Manages API operations related to playable Maps within Ranked Systems.