cURL
curl --request PUT \ --url https://proxy.qualifire.ai/api/detectors/{id} \ --header 'Content-Type: application/json' \ --header 'X-Qualifire-API-Key: <api-key>' \ --data '{ "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "active": true, "evaluation_id": "<string>" }'
{ "id": "<string>", "name": "<string>", "description": "<string>", "created_at": "<string>", "active": true, "evaluation_id": "<string>" }
Update a detector
The ID of the detector to update
Detector to update
The body is of type object.
object
OK
The response is of type object.