Skip to content

Commit e5e44d6

Browse files
committed
add link to search in API intro
1 parent b23068b commit e5e44d6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

api-reference/introduction.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ The Mintlify REST API enables you to programmatically interact with your documen
88

99
## Endpoints
1010

11-
- [Trigger Update](/api-reference/update/trigger): Trigger an update of your site when desired.
12-
- [Get Update Status](/api-reference/update/status): Get the status of an update and other details about your docs.
13-
- [Generate Assistant Message](/api-reference/chat/create-assistant-message): Embed the assistant, trained on your docs, into any application of your choosing.
11+
- [Trigger update](/api-reference/update/trigger): Trigger an update of your site when desired.
12+
- [Get update status](/api-reference/update/status): Get the status of an update and other details about your docs.
13+
- [Generate assistant message](/api-reference/chat/create-assistant-message): Embed the assistant, trained on your docs, into any application of your choosing.
14+
- [Search documentation](/api-reference/chat/search): Search through your documentation.
1415

1516
## Authentication
1617

discovery-openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@
504504
"x-mcp": {
505505
"enabled": true
506506
},
507-
"summary": "Search for documentation",
507+
"summary": "Search documentation",
508508
"description": "Perform semantic and keyword searches across your documentation with configurable filtering and pagination.",
509509
"parameters": [
510510
{

0 commit comments

Comments
 (0)