Appearance
Deprecations
Deprecated endpoints are listed here and marked deprecated in the API Explorer. Deprecated functionality continues to work but will be removed in a future version — migrate to the recommended replacement.
Endpoints
| Endpoint | Status | Replacement |
|---|---|---|
GET /api/v1/alarms/{alarmId}/close | Deprecated | Closing an alarm mutates state (status -> CLOSED); it should use a POST. Avoid relying on GET for this. |
GET /api/v1/account/{id}/alarms/{alarmId}/close | Deprecated | Same as above, on the CRM surface. |
How deprecations are signaled
- In the spec: deprecated operations carry
deprecated: trueand anx-deprecated-replacementnote in the OpenAPI document. - In the Explorer: deprecated operations are visibly flagged.
- Here: this page is the human-readable registry of what to migrate.