We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b371596 commit 6739893Copy full SHA for 6739893
fern/products/api-def/openapi-pages/extensions/sdk-variables.mdx
@@ -9,7 +9,7 @@ The `x-fern-sdk-variables` extension allows you to define variables that are set
9
SDK variables are supported in TypeScript (v2.6.3+), Python (v4.24.0+), and Java (v3.6.3+). Only string types are supported.
10
</Note>
11
12
-## Usage
+## Configuration
13
14
Define variables at the document level using `x-fern-sdk-variables`, then mark path parameters as variables using `x-fern-sdk-variable`:
15
@@ -41,7 +41,7 @@ paths:
41
type: string
42
```
43
44
-### SDK usage
+## SDK usage
45
46
Variables become required constructor parameters instead of being passed to individual method calls:
47
0 commit comments