-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
Parenthesis in path is included in parameter #503
Comments
can you try adding a |
I was having problems getting an API token, but now that I have, I tried it with If it had the correct key, would it also be restricted to number? Thanks! |
yes it would. i'll check if this pending PR solves your issue : #486 |
This is now fixed in |
This is for a third-party API, so I don't have control over the API. One of the paths is "/api/v1/odata/Jobs(:Id)". In the "params" object, it has a key of "Id)". I generated the code with openapi-zod-client. I simplified the swagger file to just one of the paths with that format.
When I use it, "Id)" is the completion vscode gives me instead of "Id". Removing the parenthesis gives me an error.
The text was updated successfully, but these errors were encountered: