Remove v0 endpoints that are no longer working#11
Conversation
There was a problem hiding this comment.
Code Review
This pull request removes the documentation for the GET /bots/:bot_id and GET /bots/:bot_id/votes endpoints from api/v0/bots.mdx. The reviewer pointed out that this removal leaves outdated references in the file's frontmatter and introductory paragraph, and suggested updating or removing those phrases to keep the documentation consistent.
I am having trouble creating individual review comments. Click here to see my feedback.
api/v0/bots.mdx (66-68)
Removing the GET /bots/:bot_id and GET /bots/:bot_id/votes endpoints leaves outdated references in the file's frontmatter description (line 4) and introductory paragraph (line 7). Specifically, the phrases "fetch individual bot details", "retrieve voter lists", "retrieve details for a specific bot", and "check vote history" should be updated or removed to reflect these changes.
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Removes the documentation of both /bots/:bot_id and /bots/:bot_id/votes of the Legacy API, both of which haven't been working anymore.