Typed access
Area operations are reached via client.Api.Area on EksoClient.
Operations
| Method | Route | Summary |
|---|---|---|
GET | /api/area | Lists all areas for the current tenant. |
GET | /api/area/{id} | Retrieves a single area by its identifier. |
POST | /api/area | Creates a new area (super admin only). |
PUT | /api/area | Updates an existing area. |
DELETE | /api/area/{id} | Deletes an area by its identifier (super admin only). |