Send defaults for optional parameters in the API Explorer

You can now have the API Explorer pre-fill and send the declared default (or x-fern-default) of optional header, query, and path parameters. Set playground.send-optional-defaults: true in docs.yml on an API, section, or endpoint.

docs.yml
1navigation:
2 - api: API Reference
3 playground:
4 send-optional-defaults: true
Read the docs