v1
latestOpenAPI 3.0.02026-07-26392662.9 KBTracking scripts
Update a tracking script
patch/radar/operator/v1/tracking-scripts/{trackingScriptId}
Path parameters
trackingScriptIdstring required
Example:12345
The ID of the tracking script to update
Request body
Response
Tracking script updated successfully
Example response
{
"success": true,
"data": [
{
"domains": [
"example.com"
]
}
]
}