You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/sdks/deep-dives/generated-sdk.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ When you define webhooks in your API spec, Fern automatically [generates utiliti
49
49
50
50
## Default parameter values
51
51
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.
0 commit comments