Skip to content

Commit 11f81ec

Browse files
committed
Simplify the endpoints
1 parent 8be2fbc commit 11f81ec

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

discovery-openapi.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -420,9 +420,6 @@
420420
},
421421
"/chat/topic": {
422422
"post": {
423-
"x-mcp": {
424-
"enabled": true
425-
},
426423
"summary": "Create Assistant Chat Topic",
427424
"description": "Creates a topic to manage message history for a given AI assistant conversation",
428425
"responses": {
@@ -447,9 +444,6 @@
447444
},
448445
"/chat/message": {
449446
"post": {
450-
"x-mcp": {
451-
"enabled": true
452-
},
453447
"summary": "Create Assistant Chat Message",
454448
"description": "Generate a completion in response to a user query",
455449
"requestBody": {
@@ -501,9 +495,6 @@
501495
},
502496
"/search/{domain}": {
503497
"post": {
504-
"x-mcp": {
505-
"enabled": true
506-
},
507498
"summary": "Search documentation",
508499
"description": "Perform semantic and keyword searches across your documentation with configurable filtering and pagination.",
509500
"parameters": [

0 commit comments

Comments
 (0)