Skip to content

Commit b439ee4

Browse files
chore: Update documentation artefacts
1 parent cc6791e commit b439ee4

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

mcp/src/flagsmith_mcp/openapi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7756,6 +7756,11 @@
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",

openapi.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)