Update Street Sign
This endpoint allows you to modify existing street signs.
Update Street Sign
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": "UPDATE_STREETSIGN",
"data": [
{
"serverId": 1, // Server Id
"signData": {
"ids": [1, 2],
"text1": "",
"text2": "",
"text3": ""
}
}
]
}Last updated
Was this helpful?

