File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77567756 }
77577757 },
77587758 "securitySchemes" : {
7759+ "Cohort Sync Key" : {
7760+ "type" : " http" ,
7761+ "scheme" : " bearer" ,
7762+ "description" : " For cohort sync endpoints called by an external cohort source, such as Amplitude."
7763+ },
77597764 "Environment API Key" : {
77607765 "type" : " apiKey" ,
77617766 "in" : " header" ,
Original file line number Diff line number Diff line change @@ -1517,6 +1517,8 @@ paths:
15171517 application/json:
15181518 schema:
15191519 $ref: '#/components/schemas/AmplitudeListResponse'
1520+ security:
1521+ - Cohort Sync Key: []
15201522 tags:
15211523 - Other
15221524 '/api/v1/cohort-sync/amplitude/lists/{id}/add/':
@@ -1543,6 +1545,8 @@ paths:
15431545 responses:
15441546 '200':
15451547 description: No response body
1548+ security:
1549+ - Cohort Sync Key: []
15461550 tags:
15471551 - Other
15481552 '/api/v1/cohort-sync/amplitude/lists/{id}/remove/':
@@ -1569,6 +1573,8 @@ paths:
15691573 responses:
15701574 '200':
15711575 description: No response body
1576+ security:
1577+ - Cohort Sync Key: []
15721578 tags:
15731579 - Other
15741580 /api/v1/environment-document/:
@@ -28668,6 +28674,10 @@ components:
2866828674 required:
2866928675 - type
2867028676 securitySchemes:
28677+ Cohort Sync Key:
28678+ type: http
28679+ scheme: bearer
28680+ description: 'For cohort sync endpoints called by an external cohort source, such as Amplitude.'
2867128681 Environment API Key:
2867228682 type: apiKey
2867328683 in: header
You can’t perform that action at this time.
0 commit comments