Skip to content

Commit 520fb54

Browse files
committed
wording nit
1 parent 23e32f1 commit 520fb54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fern/products/sdks/deep-dives/generated-sdk.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ When you define webhooks in your API spec, Fern automatically [generates utiliti
4949

5050
## Default parameter values
5151

52-
Path, header, and query parameters can ship with [default values](/learn/api-definitions/openapi/extensions/default) configured by the API author. The SDK makes those parameters optional and sends the default when the caller doesn't provide one — useful for things like pinned API version headers or default regions. Supported in TypeScript, Python, Go, Java, C#, PHP, and Ruby SDKs.
52+
You can configure [default values](/learn/api-definitions/openapi/extensions/default) for path, header, and query parameters. The SDK makes those parameters optional and sends the default when the caller doesn't provide one — useful for things like pinning an API version header or default region. Supported in TypeScript, Python, Go, Java, C#, PHP, and Ruby SDKs.
5353

5454
## Customization options
5555

0 commit comments

Comments
 (0)