cURL
curl --request PATCH \ --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/data-systems/{dataSystemId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "crossBorder": true, "retention": "<string>", "additionalNotes": "<string>", "status": "active", "dataSystemContacts": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataSystemDestinations": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataSystemOrigins": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataSystemProcessingActivities": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataSystemProcessingPurposes": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataSystemRelationship": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "dataSystemSecurityMeasures": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "dataSystemDataCategories": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ], "icon": "<string>", "projectIds": [ "3c90c3cc-0d44-4b50-8888-8dd25736052a" ] } '
{ "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" ], "projects": [ "<unknown>" ] }
Updates a data system.
1024
active
archived
test
Default Response
256
Show child attributes