cURL
curl --request PUT \ --url http://localhost:3004/v1/targets/{projectId}/{targetId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "enabled": true } '
Enables or disables a specific target.
Status updated