File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ async function updateSpecs() {
56
56
const spec = YAML . parse ( yamlStr ) ;
57
57
const specMeta = remoteSpecMetas . find ( ( m ) => m . title === spec . info . title ) ;
58
58
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. ` ) ;
60
60
continue ;
61
61
}
62
62
const specId = specMeta . id ;
Original file line number Diff line number Diff line change
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
+
1
10
## GDPR and CCPA API (v3)
2
11
The following retrieval and deletion API calls are updated for version 3 and are made for GDPR and CCPA compliance.
3
12
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Use the Schemas API to manage your data definitions in Lexicon and Data Audit
40
40
** EU Residency Server:** ` eu.mixpanel.com/api/app/projects `
41
41
Batch import large volumes of data into Mixpanel from a cloud bucket
42
42
43
- ### [ ** GDPR API** ] ( ref:overview-3 )
43
+ ### [ ** GDPR API** ] ( ref:gdpr-api )
44
44
** Standard Server:** ` mixpanel.com/api/app/data-retrievals `
45
45
** EU Residency Server:** ` eu.mixpanel.com/api/app/data-retrievals `
46
46
The retrieval and deletion API calls are updated for version 3 and are made for GDPR and CCPA compliance.
You can’t perform that action at this time.
0 commit comments