fix(postman): correct OpenAPI download link to meilisearch releases#3583
Conversation
The previous link pointed to meilisearch/open-api/releases/latest, which is not where the OpenAPI spec is published. The spec ships as an asset on the main meilisearch/meilisearch releases. Update the prerequisites to direct users to the latest release and explain how to find meilisearch-openapi.json in the Assets section, since there is no direct download URL.
|
Warning Rate limit exceeded
You’ve run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Closes #3568
Description
The Postman integration page told users to download the OpenAPI specification from
https://github.com/meilisearch/open-api/releases/latest, but that repository is archived and its spec is outdated (last published at v1.15). The current OpenAPI spec ships as an asset (meilisearch-openapi.json) on each release of the mainmeilisearch/meilisearchrepository, and there is no direct download URL.This PR updates the Prerequisites section of
getting_started/integrations/postman.mdxto:meilisearch-openapi.jsonfrom thereChecklist
For internal Meilisearch team member only:
For external maintainers