> For the complete documentation index, see [llms.txt](https://api-docs.everreal.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://api-docs.everreal.co/webhooks/unit-events/unit_updated.md).

# UNIT\_UPDATED

```typescript
interface IUnitAction {
  unitId: string;
  propertyId: string;
  name: string;
  objectId: string;
}

```
