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 3799135 commit d7b66deCopy full SHA for d7b66de
api-playground/mdx/configuration.mdx
@@ -56,6 +56,16 @@ Mintlify allows you to define your API endpoints using a combination of `docs.js
56
If you have `server` configured in [docs.json](/settings/global), you can use relative paths like `/v1/endpoint`.
57
58
</Note>
59
+
60
+ You can also override the globally-defined display mode for the API playground per page by adding `playground` at the top of the MDX file:
61
62
+ ```md
63
+ ---
64
+ title: 'Create new user'
65
+ api: 'POST https://api.mintlify.com/user'
66
+ playground: 'none'
67
+ ```
68
69
</Step>
70
71
<Step title="Add your endpoints to your docs">
0 commit comments