Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Anchors for endpoints with parameters (braces) do not work #1444

Open
databyjp opened this issue Apr 16, 2024 · 1 comment
Open

Anchors for endpoints with parameters (braces) do not work #1444

databyjp opened this issue Apr 16, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@databyjp
Copy link

What happens?

Anchors for endpoints such as this work fine:
https://weaviate.io/developers/weaviate/api/rest#tag/objects/get/objects

But for those with parameters like this https://weaviate.io/developers/weaviate/api/rest#tag/objects/get/objects/%7BclassName%7D/%7Bid%7D do not seem to work, unfortunately.

Tested on: Mac OS X, Chromium & Safari.

What did you expect to happen?

For both link to navigate to the correct OpenAPI spec section

How can we reproduce the issue?

Go to https://weaviate.io/developers/weaviate/api/rest#tag/objects/get/objects/%7BclassName%7D/%7Bid%7D. The sidebar will open the right section, but the page will navigate to the right anchor / verb.

Swagger/OpenAPI Example

https://raw.githubusercontent.com/weaviate/weaviate/openapi_docs/openapi-specs/schema.json

@databyjp databyjp added the bug Something isn't working label Apr 16, 2024
@amritk amritk self-assigned this Apr 16, 2024
@amritk
Copy link
Member

amritk commented Apr 16, 2024

Hey @databyjp we actually recently fixed this!

#1407

@marclave we probably just need to release right?

@linear linear bot closed this as completed Apr 17, 2024
@amritk amritk reopened this Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants