Skip to content

Update the Stainless integration process #706

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Polish
  • Loading branch information
ethanpalm committed May 14, 2025
commit 0621bade69442e3de019f48d8ce863519268af2b
4 changes: 2 additions & 2 deletions integrations/sdks/stainless.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: Automate SDK example snippets in your API playground
## Integrate with Stainless

<Steps>
<Step title="Setup OpenAPI decoration in Stainless.">
<Step title="Set up OpenAPI decoration in Stainless.">
In your `stainless.yml` config file, add `openapi.code_samples: 'mintlify'`. See the [Stainless documentation](https://app.stainless.com/docs/guides/integrate-docs) for more information.
</Step>
<Step title="Get the URL to your OpenAPI spec.">
Expand All @@ -27,6 +27,6 @@ description: Automate SDK example snippets in your API playground
/>
</Step>
<Step title="Add your OpenAPI spec URL to your `docs.json`.">
In your `docs.json` file, add the URL from Stainless to the `openapi` field. See the [OpenAPI Setup](/api-playground/openapi/setup) for more information.
In your `docs.json` file, add the URL from Stainless to the `openapi` field. See [OpenAPI Setup](/api-playground/openapi/setup) for more information.
</Step>
</Steps>