User data format for personalizing your documentation
{ server: { subdomain: 'foo' } }
as an apiPlaygroundInputs
field. This value will be prefilled on any API page with the subdomain
value.header
, query
, and cookie
fields will only prefill if they are part of your OpenAPI security scheme. If a field is in either the Authorization
or Server
sections, it will prefill. Creating a standard header parameter named Authorization
will not enable this feature.