# Sign Updated

{% hint style="warning" %}
This push event requires the **pro** version of Sonoran CAD or higher.\
For more information, see our [pricing ](https://docs.sonoransoftware.com/cad/pricing/faq)page.
{% endhint %}

### EVENT\_STREETSIGN\_UPDATED

```javascript
{
  "key": "YOUR_API_KEY", // Authenticate legitimate event traffic
  "type": "EVENT_STREETSIGN_UPDATED",
  "data": {
    "signData": {
      "ids": [1, 2],
      "text1": "",
      "text2": "",
      "text3": ""
    }
  }
}
```
