Set Street Sign Config
This endpoint sets your community's street sign configuration.
Set Street Sign Config
Request Body
Name
Type
Description
API ID(s) set!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_STREETSIGN_CONFIG",
"data": [
{
"serverId": 1, // Server Id
"signConfig": [
{
"id": 1,
"label": "Some street sign",
"text1": "",
"text2": "",
"text3": ""
},
{
"id": 2,
"label": "Another street sign",
"text1": "",
"text2": "",
"text3": ""
}
]
}
]
}Last updated
Was this helpful?

