-
Couldn't load subscription status.
- Fork 207
Add search endpoint #987
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add search endpoint #987
Conversation
| "filter": { | ||
| "type": "object", | ||
| "description": "Optional filtering parameters to narrow search results.", | ||
| "properties": { | ||
| "version": { | ||
| "type": "string", | ||
| "description": "Filter results by documentation version." | ||
| }, | ||
| "language": { | ||
| "type": "string", | ||
| "description": "Filter results by content language." | ||
| } | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I should've specified better in my PR, this filter type should match the filter in the create-assistant-message route.
https://mintlify.com/docs/api-reference/chat/create-assistant-message#body-filter
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wait, just looked at this again, I'm json blind. All good!
Documentation changes
This PR documents the search endpoint and makes a few minor changes to the API docs overall.
New search endpoint:
POST /search/{domain}endpointAPI reorganization:
/api-reference/chat/directory to/api-reference/assistant/docs.jsonto reflect new Assistant groupDocumentation improvements:
Closes https://linear.app/mintlify/issue/DOC-135/add-search-api-route-to-docs