Skip to main content
PATCH
/
organizations
/
{organizationId}
/
projects
/
{projectId}
/
tracker-scans
/
{id}
Update tracker scan
curl --request PATCH \
  --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/tracker-scans/{id} \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "addedToProject": true,
  "category": "analytics",
  "company": "<string>",
  "domain": "<string>",
  "description": "<string>",
  "expiration": 123,
  "name": "<string>",
  "matchType": "global",
  "matchedTrackerId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "pattern": "<string>",
  "type": "cookie"
}
'
{
  "addedToProject": true,
  "dateCreated": 123,
  "dateUpdated": 123,
  "domain": "<string>",
  "expiration": 123,
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "matchType": "global",
  "matchedTrackerId": "<string>",
  "name": "<string>",
  "origin": "site-client",
  "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "projectDomain": "<string>",
  "type": "cookie",
  "category": "analytics",
  "company": "<string>",
  "dateDetected": 123,
  "description": "<string>",
  "pattern": "<string>"
}

Authorizations

x-api-key
string
header
required

Path Parameters

organizationId
string<uuid>
required
projectId
string<uuid>
required
id
string<uuid>
required

Body

application/json
addedToProject
boolean
category
enum<string>
Available options:
analytics,
functional,
marketing,
strictly_necessary,
unclassified,
ignored,
malicious
company
string
domain
string
description
string
expiration
integer
name
string
Maximum string length: 256
matchType
enum<string>
Available options:
global,
project,
new
matchedTrackerId
string<uuid>
pattern
string
type
enum<string>
Available options:
cookie,
script,
iframe,
image,
link

Response

200 - application/json

Default Response

addedToProject
boolean
required
dateCreated
integer
required
dateUpdated
integer
required
domain
string
required
expiration
integer
required
id
string<uuid>
required
matchType
enum<string>
required
Available options:
global,
project,
new
matchedTrackerId
string
required
name
string
required
Maximum string length: 256
origin
enum<string>
required
Available options:
site-client,
backend
projectId
string<uuid>
required
projectDomain
string
required
type
enum<string>
required
Available options:
cookie,
script,
iframe,
image,
link
category
enum<string>
Available options:
analytics,
functional,
marketing,
strictly_necessary,
unclassified,
ignored,
malicious
company
string
dateDetected
integer
description
string
pattern
string