Skip to content

Commit be0e253

Browse files
docs: add example OpenAPI spec to SDK quickstart pages (#5602)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Devin Logan <devinannlogan@gmail.com>
1 parent 4f28667 commit be0e253

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

fern/products/sdks/snippets/init-fern-folder.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
fern init --openapi https://api.example.com/openapi.yml \
2525
--organization <YourOrganization>
2626
```
27+
```bash title="Example (Petstore)"
28+
fern init --openapi https://petstore3.swagger.io/api/v3/openapi.json \
29+
--organization my-org
30+
```
2731
</CodeBlocks>
2832

2933
<Tip>

0 commit comments

Comments
 (0)