Skip to content
Closed
Changes from all commits
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
2 changes: 1 addition & 1 deletion integrations/sdks/speakeasy.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,11 @@
Navigate to your [Speakeasy Dashboard](https://app.speakeasy.com) and open the **API Registry** tab. Open the `*-with-code-samples` entry for the API.

<Frame>
![Screenshot of the Speakeasy API Registry page. The API Registry tab is emphasized with a red square and the number 1 and the entry for the API is emphasized with a red square and the number 2.](/images/speakeasy/openapi-registry-and-combined-spec.png)

Check warning on line 29 in integrations/sdks/speakeasy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/sdks/speakeasy.mdx#L29

In general, use active voice instead of passive voice ('is emphasized').

Check warning on line 29 in integrations/sdks/speakeasy.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

integrations/sdks/speakeasy.mdx#L29

In general, use active voice instead of passive voice ('is emphasized').
</Frame>

<Note>
If the entry is not labeled **Combined Spec**, ensure that the API has an [automatic code sample URL](https://www.speakeasy.com/docs/code-samples/automated-code-sample-urls) configured.
If the entry does not show the **Combined Spec** label, ensure that you have configured an [automatic code sample URL](https://www.speakeasy.com/docs/code-samples/automated-code-sample-urls) for the API.
</Note>

From the registry entry's page, copy the provided public URL.
Expand Down