-
Schema should not allow path parameters abused as query parameter like this:
```
/Login?UserID={id}&Token={token}:
```
See real world example here: http://stackoverflow.com/a/32658501/650722
-
### Describe the bug
I'm trying to set the badge count on iOS using the code example shown in the [documentation for Notification Sounds](https://firebase-php.readthedocs.io/en/7.11.0/cloud-messaging…
-
According to the URI template RFC https://www.rfc-editor.org/rfc/rfc6570 the query string should be part of the template. As far as I understand based on the documentation currently it isn't part of i…
-
I have noticed a change in endpoint routing when using regex `@Path` annotations between 2.40 and 2.41. In 2.41 path parameters are unexpectedly optional, i.e. nullable, even when the regex specifies …
-
Issue by @earth2marsh
---
There are real APIs where a query string may determine the structure of the response, for example `verbose=true`, `metadata=1`, `action=reboot`.
However, Those cannot be …
-
release date: mid-june
wanted:
- [x] Jupyterlab-4.2.1+ (seems it will be ~~on time~~ nearly on time)
- [x] a free-threading [experimental] WinPython:
- goal is keep developers moving forward…
-
Is `/resources/static/{subpath:*}` a valid value for the path?
If yes, then what should be the name of the path param `subpath` or `subpath:*`
Here is an example spec:
```
{
"swaggerVersion": "1.2…
-
I see there are a few issues which ask for the opposite, e.g. this one https://github.com/swagger-api/swagger-js/pull/280 , but what I'm asking for is to add some option to the parameter, which would …
-
Hello,
like described here (https://github.com/wordnik/swagger-ui/issues/380), path parameters are required and can't be optional.
I use optional path parameters in a REST API for filtering, sorting…
-
### Checklist
- [X] The issue can be reproduced in a a sample app (either [webapp](https://github.com/auth0-samples/auth0-php-web-app) or [api](https://github.com/auth0-samples/auth0-php-api-samples)…