curl --request PATCH \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/trackers/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"category": "analytics",
"company": "<string>",
"domain": "<string>",
"pattern": "<string>",
"type": "cookie",
"id": "<any>",
"dateCreated": "<any>",
"dateUpdated": "<any>",
"dateDetected": "<any>",
"organization": "<any>",
"project": "<any>",
"origin": "<any>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"dateDetected": 123,
"company": "<string>",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"category": "analytics",
"pattern": "<string>",
"origin": "autoscan",
"type": "cookie"
}
Updates a tracker.
curl --request PATCH \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/trackers/{id} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '{
"name": "<string>",
"description": "<string>",
"category": "analytics",
"company": "<string>",
"domain": "<string>",
"pattern": "<string>",
"type": "cookie",
"id": "<any>",
"dateCreated": "<any>",
"dateUpdated": "<any>",
"dateDetected": "<any>",
"organization": "<any>",
"project": "<any>",
"origin": "<any>"
}'
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"dateDetected": 123,
"company": "<string>",
"organization": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"project": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"description": "<string>",
"domain": "<string>",
"category": "analytics",
"pattern": "<string>",
"origin": "autoscan",
"type": "cookie"
}
Default Response
The response is of type object
.