Skip to content

Commit 9658fa2

Browse files
committed
Sync open source content 🐝 (from 461b5870d3204a21af82102502ffdc4e103e370f)
1 parent a1e5226 commit 9658fa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/customize/globals.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ try {
223223
## Hiding global parameters from method signatures
224224

225225
<Callout type="warning" title="Limited Support">
226-
Currently, this feature is only supported in Go, Python, and TypeScript.
226+
Currently, this feature is only supported in Go, Python, Java, and TypeScript.
227227
</Callout>
228228

229229
To hide global parameters from method signatures, use the `x-speakeasy-globals-hidden` extension. This is useful when you want the global parameter to be set only once during SDK instantiation and not be overridden in individual operations.

0 commit comments

Comments
 (0)