Set Stations
Replace station alert configuration for a server.
Path Parameters
Name
Type
Description
Request Body
{
"locations": [
{
"name": "Mission Row",
"coordinates": {
"x": 425.1,
"y": -979.2,
"z": 30.7,
"w": 0.0
},
"doors": ["bay_1", "bay_2"],
"icon": "fas fa-building"
}
],
"tones": ["tone_station_open.mp3"],
"unitColors": ["#2563eb", "#ef4444"]
}Example Request
Response
Last updated
Was this helpful?

