You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: mcp/src/flagsmith_mcp/openapi.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7839,7 +7839,7 @@
7839
7839
"type": "apiKey",
7840
7840
"in": "header",
7841
7841
"name": "Authorization",
7842
-
"description": "For Admin API endpoints. <a href='https://docs.flagsmith.com/clients/rest#private-api-endpoints'>Find out more</a>."
7842
+
"description": "For Management API endpoints. <a href='https://docs.flagsmith.com/integrating-with-flagsmith/flagsmith-api-overview/management-api'>Find out more</a>."
Copy file name to clipboardExpand all lines: openapi.yaml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28115,7 +28115,7 @@ components:
28115
28115
type: object
28116
28116
properties:
28117
28117
access_token:
28118
-
description: Short-lived access token for the Admin API.
28118
+
description: Short-lived access token for the Management API.
28119
28119
type: string
28120
28120
token_type:
28121
28121
description: Always "Bearer".
@@ -29884,7 +29884,7 @@ components:
29884
29884
type: apiKey
29885
29885
in: header
29886
29886
name: Authorization
29887
-
description: 'For Admin API endpoints. <a href=''https://docs.flagsmith.com/clients/rest#private-api-endpoints''>Find out more</a>.'
29887
+
description: 'For Management API endpoints. <a href=''https://docs.flagsmith.com/integrating-with-flagsmith/flagsmith-api-overview/management-api''>Find out more</a>.'
Copy file name to clipboardExpand all lines: sdk/openapi.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -578,7 +578,7 @@ components:
578
578
type: apiKey
579
579
in: header
580
580
name: Authorization
581
-
description: 'For Admin API endpoints. <a href=''https://docs.flagsmith.com/clients/rest#private-api-endpoints''>Find out more</a>.'
581
+
description: 'For Management API endpoints. <a href=''https://docs.flagsmith.com/integrating-with-flagsmith/flagsmith-api-overview/management-api''>Find out more</a>.'
0 commit comments