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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Minor Changes
e68577c: Add createTryItButtonPlugin, a separate opt-in plugin that fills openapi.operation.reference.supplementary with a "Try it" button opening the request-sending panel in a modal. It does not register automatically alongside the existing createTryItPlugin tab — register either, both, or neither.
Patch Changes
e68577c: Fix applyQueryParams (and the auth-query-param step in buildRequest) percent-encoding an unresolved {pathParam} placeholder into %7BpathParam%7D any time the request URL was round-tripped through new URL(...).toString() — even with zero query params to add. The built request URL, used for export (Postman/Insomnia/HAR) and now shown live in the panel, stays readable instead.