We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d79d6d commit c215554Copy full SHA for c215554
api-playground/openapi/setup.mdx
@@ -47,6 +47,9 @@ The fastest way to get started with OpenAPI is to add an `openapi` field to a ta
47
48

49
50
+<Tip>To validate your OpenAPI spec, you can use this command: <br/>`mintlify openapi-check <openapiFilenameOrUrl>`</Tip>
51
+
52
53
When using this option, the metadata for the generated pages will have the following default values:
54
55
* `title`: The `summary` field from the OpenAPI operation, if present. Otherwise a title generated from the HTTP method and endpoint.
0 commit comments