mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5860] [bug]: OpenAPI Imported Path Parameters Missing in Published Documentation #2300
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2300
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Leon-Luu on GitHub (Feb 11, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5860
Originally assigned to: @nivedin on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Windows
Bug Description
When importing a valid OpenAPI 3.0 specification with path parameters into Hoppscotch and publishing the documentation, the generated endpoints in the published doc show missing variables.
For example, instead of
GET https://api.example.com/availabilityclassifications/{classUnitType}/{classUnitCode}
the published documentation displays:
GET https://api.example.com/availabilityclassifications//
This happens for all methods on the path.
Steps to reproduce the behavior:
Import the OpenAPI spec below (or similar) to Hoppscotch:
Choose to publish the documentation.
Open the published documentation and inspect the endpoint URLs.
Expected behavior
The published documentation should display:
GET https://api.example.com/availabilityclassifications/{classUnitType}/{classUnitCode}
but instead shows:
GET https://api.example.com/availabilityclassifications//
Deployment Type
Hoppscotch Cloud
Version
No response