Skip to content

Commit b6d9bbc

Browse files
committed
rename /chat to /assistant
1 parent e5e44d6 commit b6d9bbc

File tree

6 files changed

+8
-3
lines changed

6 files changed

+8
-3
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

api-reference/introduction.mdx

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

1111
- [Trigger update](/api-reference/update/trigger): Trigger an update of your site when desired.
1212
- [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.
13+
- [Generate assistant message](/api-reference/assistant/create-assistant-message): Embed the assistant, trained on your docs, into any application of your choosing.
14+
- [Search documentation](/api-reference/assistant/search): Search through your documentation.
1515

1616
## Authentication
1717

docs.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@
239239
{
240240
"group": "Assistant",
241241
"pages": [
242-
"api-reference/chat/create-assistant-message"
242+
"api-reference/assistant/create-assistant-message",
243+
"api-reference/assistant/search"
243244
]
244245
}
245246
]
@@ -500,6 +501,10 @@
500501
{
501502
"source": "ai-ingestion",
502503
"destination": "ai/llmstxt"
504+
},
505+
{
506+
"source": "api-reference/chat/*",
507+
"destination": "api-reference/assistant/*"
503508
}
504509
],
505510
"integrations": {

0 commit comments

Comments
 (0)