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
Controls the display of HTTP snippets in the API Reference. HTTP snippets are now enabled by default.
484
+
<ParamField path="settings.http-snippets" type="boolean | list of objects" required={false} default="true" toc={true}>
485
+
Controls the display of [HTTP snippets in the API Reference](/docs/api-references/http-snippets). HTTP snippets are enabled by default for all languages.
486
486
487
487
- Set to `false` to disable HTTP snippets completely
488
-
- Set to `true` (or omit) to enable all HTTP snippet languages
489
-
- Provide an array of language identifiers (e.g., `["python", "ruby"]`) to display only specific languages
490
-
491
-
Learn more in the [HTTP snippets documentation](/docs/api-references/http-snippets).
488
+
- Provide a list of languages to enable snippets for specific languages only
0 commit comments