cURL
curl --request PATCH \ --url https://api.snitcher.com/radar/operator/v1/tracking-scripts/{trackingScriptId} \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "active": "false" } '
{ "success": true, "data": [ { "tracking_script_id": "<string>", "internal_identifier": "<string>", "active": true, "description": "<string>" } ] }
Enter your personal access token (PAT) to authenticate
The ID of the tracking script to update
"12345"
Tracking script update parameters
Boolean to deactivate or reactivate the tracking script
"false"
Tracking script updated successfully
true
Show child attributes