Skip to content

Commit

Permalink
Documentation edits made through Mintlify web editor
Browse files Browse the repository at this point in the history
  • Loading branch information
rpmccarter committed Nov 21, 2024
1 parent f0f7cbc commit 7628e63
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions api-playground/openapi/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -101,10 +101,10 @@ reorder and add the files to your navigation manually.
<Snippet file="api-playground/openapi.mdx" />

By using the OpenAPI reference, the name, description, parameters, responses,
and the API playground will be automatically generated using the specifications.
and the API playground will be automatically generated from the OpenAPI document.

If you have multiple OpenAPI files, include the path to the OpenAPI file to map
the MDX file to the appropriate OpenAPI file. This is not required if you have
If you have multiple OpenAPI files, include the path to the OpenAPI file to ensure&#x20;
Mintlify finds the correct OpenAPI document. This is not required if you have
only one OpenAPI file - it will automatically detect your OpenAPI file.

<CodeGroup>
Expand All @@ -126,8 +126,8 @@ only one OpenAPI file - it will automatically detect your OpenAPI file.
<br />

<Note>
The method endpoint must match the endpoint specified in the OpenAPI
specifications exactly. If the endpoint doesn't exist in the OpenAPI file,
The method and path must match the method and path specified in the OpenAPI
document exactly. If the endpoint doesn't exist in the OpenAPI file,
the page will be empty.
</Note>

Expand Down

0 comments on commit 7628e63

Please sign in to comment.