Skip to content

Commit 1964bc9

Browse files
chore: Update documentation artefacts
1 parent 1465fa5 commit 1964bc9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

mcp/src/flagsmith_mcp/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7839,7 +7839,7 @@
78397839
"type": "apiKey",
78407840
"in": "header",
78417841
"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>."
78437843
},
78447844
"basicAuth": {
78457845
"type": "http",

openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28115,7 +28115,7 @@ components:
2811528115
type: object
2811628116
properties:
2811728117
access_token:
28118-
description: Short-lived access token for the Admin API.
28118+
description: Short-lived access token for the Management API.
2811928119
type: string
2812028120
token_type:
2812128121
description: Always "Bearer".
@@ -29884,7 +29884,7 @@ components:
2988429884
type: apiKey
2988529885
in: header
2988629886
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>.'
2988829888
basicAuth:
2988929889
type: http
2989029890
scheme: basic

sdk/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,7 @@ components:
578578
type: apiKey
579579
in: header
580580
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>.'
582582
basicAuth:
583583
type: http
584584
scheme: basic

0 commit comments

Comments
 (0)