curl --request PATCH \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"contactEmails": [
"[email protected]"
],
"dataSystemIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"name": "<string>",
"sendFromEmailId": "default",
"status": "active",
"settings": {
"trackers": {
"deepScan": true,
"realTimeScan": true
}
}
}
'{
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"settings": {
"trackers": {
"deepScan": false,
"realTimeScan": false,
"lastRealTimeScan": 123
}
},
"slug": "<string>",
"statusFlags": {
"isActive": [
"<unknown>"
],
"isTest": [
"<unknown>"
]
},
"type": "website",
"default": [
"<unknown>"
],
"contactEmail": "[email protected]",
"contactEmails": [
"[email protected]"
],
"mode": [
"<unknown>"
],
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"status": "<string>"
},
"sendFromEmailId": "default",
"sendFromEmail": {
"id": "default",
"email": "[email protected]",
"name": "<string>"
},
"status": "active",
"dataSystems": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"name": "<string>",
"status": "active",
"dataSystemTypeId": "<string>",
"dataSystemType": {
"id": "<string>",
"name": "<string>",
"icon": "<string>"
},
"crossBorder": false,
"retention": "P2Y",
"additionalNotes": "<string>",
"dataSystemContacts": [],
"dataSystemDestinations": [],
"dataSystemRelationship": {},
"dataSystemSecurityMeasures": [
"<unknown>"
],
"dataSystemOrigins": [],
"dataSystemProcessingActivities": [],
"dataSystemProcessingPurposes": [],
"dataSystemDataCategories": [],
"icon": "<string>",
"projectIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
]
}Updates a project.
curl --request PATCH \
--url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId} \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"contactEmails": [
"[email protected]"
],
"dataSystemIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
],
"name": "<string>",
"sendFromEmailId": "default",
"status": "active",
"settings": {
"trackers": {
"deepScan": true,
"realTimeScan": true
}
}
}
'{
"dateCreated": 123,
"dateUpdated": 123,
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"settings": {
"trackers": {
"deepScan": false,
"realTimeScan": false,
"lastRealTimeScan": 123
}
},
"slug": "<string>",
"statusFlags": {
"isActive": [
"<unknown>"
],
"isTest": [
"<unknown>"
]
},
"type": "website",
"default": [
"<unknown>"
],
"contactEmail": "[email protected]",
"contactEmails": [
"[email protected]"
],
"mode": [
"<unknown>"
],
"organization": {
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"name": "<string>",
"slug": "<string>",
"status": "<string>"
},
"sendFromEmailId": "default",
"sendFromEmail": {
"id": "default",
"email": "[email protected]",
"name": "<string>"
},
"status": "active",
"dataSystems": [
{
"id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"dateCreated": 123,
"dateUpdated": 123,
"organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
"organizationName": "<string>",
"name": "<string>",
"status": "active",
"dataSystemTypeId": "<string>",
"dataSystemType": {
"id": "<string>",
"name": "<string>",
"icon": "<string>"
},
"crossBorder": false,
"retention": "P2Y",
"additionalNotes": "<string>",
"dataSystemContacts": [],
"dataSystemDestinations": [],
"dataSystemRelationship": {},
"dataSystemSecurityMeasures": [
"<unknown>"
],
"dataSystemOrigins": [],
"dataSystemProcessingActivities": [],
"dataSystemProcessingPurposes": [],
"dataSystemDataCategories": [],
"icon": "<string>",
"projectIds": [
"3c90c3cc-0d44-4b50-8888-8dd25736052a"
]
}
]
}2 - 1024default active, test, archived Default Response
2 - 1024256website default active, test, archived Show child attributes
256active, archived, test 256