Set Stations
This endpoint sets your community's available fire stations.
Set Stations
Request Body
Name
Type
Description
Updated station config!INVALID REQUEST TYPE
INVALID COMMUNITY ID
API IS NOT ENABLED FOR THIS COMMUNITY
INVALID API KEY{
"id": "YOUR_COMMUNITY_ID",
"key": "YOUR_API_KEY",
"type": "SET_STATIONS",
"data": {
"serverId": 1,
"config": {
"locations": [
{
"name": "Fire Station One",
"coordinates": {
"x": 1234,
"y": 5678
},
"icon": "fa-solid fa-face-smile", // Or a direct HTTPS URL to an image
"doors": [
"Bay One",
"Engine Two"
],
}
],
"tones": [
"Tone Name One",
"Tone Name Two"
]
}
}
}Last updated
Was this helpful?

