Path params being lumped in with query params in OpenAPI spec
Open
Docs Platform
- Dominant language
- TypeScript
- Stars
- 22
- Forks
- 82
- Avg merge
- 18h 49m
- Merged PRs (30d)
- 4
Description
As noted by @hanneskuettner (thank you!) under Items, the path params were being rendered as query params.
[Looking at the code, it's indeed happening that path params are being lumped in](https://github.com/directus/docs/blob/main/app/components/ApiEndpoint.vue#L78).
Contributor guide
Assessment
This issue has not been assessed yet.