3️⃣ Set Map Color by Place
You can freely change the color of each place on the map.
📍 PUT /open-api/v1/map/{id}
PUT /open-api/v1/map/{id}Request Header
Key
Value
Description
Path Parameter
Key
Value
Description
Request Body
{
"properties" : {
"color" : "#4000fe",
"icon" : "🚀",
"name" : "rocket"
}
}
cURL
Last updated