You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API pages are complicated. As a result, there are a lot of things that can go wrong. Here's a list of common issues we've seen customers run into:
46
46
47
47
<AccordionGroup>
@@ -53,11 +53,10 @@ description: "We're here to help you get the most out of Mintlify"
53
53
54
54
To verify your OpenAPI document will pass validation:
55
55
56
-
1. Run `mintlify openapi-check <openapiFilenameOrUrl>` in your CLI
57
-
2.Check the spec for errors with [this validator](https://editor.swagger.io/)
56
+
1. Run `mintlify openapi-check <openapiFilenameOrUrl>` in your CLI.
57
+
2.Validate your OpenAPI spec with [Swagger Editor](https://editor.swagger.io/).
58
58
59
-
Additionally, Mintlify does not support OpenAPI 2.0. If your document uses this version of the specification,
60
-
you could encounter this issue. You can convert your document at [editor.swagger.io](https://editor.swagger.io/)
59
+
Additionally, Mintlify does not support OpenAPI 2.0. If your document uses OpenAPI 2.0, you may encounter this issue. You can convert your document with [Swagger Editor](https://editor.swagger.io/).
61
60
62
61
<Frame>
63
62

0 commit comments