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