Skip to content

Commit

Permalink
fix(docs): update playground auth example (#4829)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Oct 7, 2024
1 parent c349556 commit 912b250
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions fern/pages/fern-docs/content/customize-api-playground.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ To filter server URLs, add the `environments` property to the `PlaygroundSetting

```yaml
navigation:
playground:
environments:
- Staging-A
- Staging-B
api:
playground:
environments:
- Staging-A
- Staging-B
```
### Enabling OAuth 2.0 Authorization Injection
Expand All @@ -30,6 +31,7 @@ To enable OAuth 2.0 Authorization Injection, simply add the `oauth` feature flag

```yaml
navigation:
playground:
oauth: true
```
api:
playground:
oauth: true
```

0 comments on commit 912b250

Please sign in to comment.