v1

latestOpenAPI 3.0.02026-07-26392662.9 KB
Tracking 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

activeboolean required

Boolean to deactivate or reactivate the tracking script

Response

Tracking script updated successfully

successboolean

Example response

{
  "success": true,
  "data": [
    {
      "domains": [
        "example.com"
      ]
    }
  ]
}