API Parameters in Search & Nesting
June 26th, 2026

Search now reaches inside your API reference, matching parameter names and schema property names instead of just endpoint titles and descriptions. The sidebar now supports up to five levels of nesting.
New Features & Improvements
Docs
- Search now finds matches inside your API reference, including parameter names, request and response schema property names, and their descriptions, not just endpoint titles.
- Changing a page’s slug now automatically creates a redirect from the old URL, so existing links keep working.
- The sidebar now supports up to five levels of nesting, up from three-levels.
- The API Explorer can now prefill HTTP Basic auth and OAuth client credentials from
x-defaultvalues in your OpenAPI file. - Sitemaps now include a
lastmoddate for each page. - Enterprise projects can now show or hide search filters and default search to the currently viewed project.
MCP
- Project admins can now point the MCP OAuth sign-in, success, and error pages at their own hosted URLs instead of the default pages.
- The MCP
searchandfetchtools now index Recipes, making them discoverable alongside guides and reference pages.
Editor
- A new Page Settings panel consolidates page options, metadata, and "What's Next" pagination that were previously spread across the layout and a separate modal.
- A new AI content generator lets you write a prompt in the editor and apply the generated content directly to your page.
Admin
- You can now connect Slack from your notification preferences, with per-workflow notification toggles available once connected.
Bugs Eaten (by Owlbert) 🐛
API Reference
- Fixed several
allOfmerging issues where schemas could collapse on an irreconcilable conflict between branches, or drop a root-level responseexample. - Fixed
examplekeywords on$refparameters being ignored. - Fixed reserved header parameters (
Accept,Content-Type,Authorization) rendering as custom params, while still showing anAuthorizationfield when an operation defines no security scheme. - Fixed allowed enum values not displaying for array item fields in the API Explorer.
- Fixed Try It requests including nested objects not being filled by default.
- Fixed duplicated API reference endpoints generating mismatched page slugs.
Docs
- Fixed switching versions resetting you to the first page instead of keeping you on the page you were viewing, including when moving from a child branch to its parent version.
- Fixed pages with slug casing mismatches.
- Fixed the sidebar and table of contents not collapsing correctly at smaller screen widths, along with a dropdown display issue on mobile.
- Fixed pages missing an
index.mdcrashing the editor and viewer.
Editor
- Fixed unsaved editor changes being lost when creating a branch or when a page revalidated.
- Fixed issues with the editor history sidebar not scrolling.
- Fixed being unable to attach a code snippet to a Recipe when using the default language.
- Fixed inline code styling in the dark mode review diff view.
- Fixed several editor issues, including code copy, cut, and paste operations, link and embed URL validation, and rendering of one-line HTML tables.
Git Sync
- Fixed Swagger 2.0 files that failed conversion being treated as valid instead of surfacing a clear error.
- Fixed syncing very large API definition files (16MB and up) causing errors.
- Fixed duplicate or missing sidebar entries caused by pages whose slugs differed only by casing or shared a path-derived slug.
Docs Audit
- Fixed the audit linter falsely flagging valid
doc:,ref:,page:, andchangelog:links as broken. - Fixed a crash when parsing certain time formats during an audit.
Admin
- Fixed the End User Login settings tab not consistently loading.