Skip to content

Commit fc3b313

Browse files
authored
update gdpr (#1107)
1 parent 7db39ad commit fc3b313

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

openapi/publish.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ async function updateSpecs() {
5656
const spec = YAML.parse(yamlStr);
5757
const specMeta = remoteSpecMetas.find((m) => m.title === spec.info.title);
5858
if (!specMeta) {
59-
console.log(`!!! No spec found for "${spec.info.title}"`);
59+
console.log(`!!! No spec found for "${spec.info.title}". Please upload it as found in the developer.mixpanel.com runbook.`);
6060
continue;
6161
}
6262
const specId = specMeta.id;

reference/GDPR API/overview.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
---
2+
title: "Overview"
3+
slug: "gdpr-api"
4+
hidden: false
5+
createdAt: "2024-05-14T00:38:44.555Z"
6+
updatedAt: "2024-05-14T00:38:54.824Z"
7+
categorySlug: "gdpr-api"
8+
---
9+
110
## GDPR and CCPA API (v3)
211
The following retrieval and deletion API calls are updated for version 3 and are made for GDPR and CCPA compliance.
312

reference/Mixpanel APIs/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Use the Schemas API to manage your data definitions in Lexicon and Data Audit
4040
**EU Residency Server:** `eu.mixpanel.com/api/app/projects`
4141
Batch import large volumes of data into Mixpanel from a cloud bucket
4242

43-
### [**GDPR API**](ref:overview-3)
43+
### [**GDPR API**](ref:gdpr-api)
4444
**Standard Server:** `mixpanel.com/api/app/data-retrievals`
4545
**EU Residency Server:** `eu.mixpanel.com/api/app/data-retrievals`
4646
The retrieval and deletion API calls are updated for version 3 and are made for GDPR and CCPA compliance.

0 commit comments

Comments
 (0)