Skip to content

Commit 6739893

Browse files
committed
update headings
1 parent b371596 commit 6739893

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fern/products/api-def/openapi-pages/extensions/sdk-variables.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The `x-fern-sdk-variables` extension allows you to define variables that are set
99
SDK variables are supported in TypeScript (v2.6.3+), Python (v4.24.0+), and Java (v3.6.3+). Only string types are supported.
1010
</Note>
1111

12-
## Usage
12+
## Configuration
1313

1414
Define variables at the document level using `x-fern-sdk-variables`, then mark path parameters as variables using `x-fern-sdk-variable`:
1515

@@ -41,7 +41,7 @@ paths:
4141
type: string
4242
```
4343
44-
### SDK usage
44+
## SDK usage
4545
4646
Variables become required constructor parameters instead of being passed to individual method calls:
4747

0 commit comments

Comments
 (0)