API referenceGenerated
Patch Detector
Authorization
HTTPBearer AuthorizationBearer <token>
In: header
Path Parameters
detector_id*Detector Id
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X PATCH "https://example.com/anomalies/detectors/string" \ -H "Content-Type: application/json" \ -d '{}'{ "id": "string", "name": "string", "metric_key": "string", "method_key": "string", "params": {}, "scope": {}, "window_minutes": 0, "schedule_minutes": 0, "enabled": true, "is_system": true, "last_run_at": "2019-08-24T14:15:22Z", "last_status": "string", "created_at": "2019-08-24T14:15:22Z"}{ "detail": [ { "loc": [ "string" ], "msg": "string", "type": "string", "input": null, "ctx": {} } ]}