cURL
curl --request PATCH \ --url https://api.concord.tech/privacy-v1/organizations/{organizationId}/projects/{projectId}/domains/{domainId} \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "domain": "localhost" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "organizationId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "projectId": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "domain": "localhost", "dateCreated": 123, "dateUpdated": 123, "name": "<string>" }
Updates a domain in a project.
Documentation IndexFetch the complete documentation index at: https://developers.concord.tech/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://developers.concord.tech/llms.txt
Use this file to discover all available pages before exploring further.
1024
localhost
127.0.0.1
::1
Default Response