-
https://github.com/zircote/swagger-php/blob/8f53ded4c90ec7cccb18333c1d7d8a4c16f0c3c8/src/Annotations/MediaType.php#L61
-
It would be nice if we had bot API endpoints and source code documented, but help with either one or both is more than appreciated.
For documenting PHP code we're using [phpDocumentor](https://php…
-
**API Platform version(s) affected**: 2.6.0 beta1
**Description**
When I try to perform an operation via Swagger using authentication an error is thrown in the Swagger side edge and the request …
-
With both `FosRestBundle` and `ApiDocBundle` annotations, I get the following warning:
```
User Warning: Multiple @OA\MediaType() with the same mediaType="application/json":
\Nelmio\ApiDocBundle\Ro…
-
I recently updated my project to CakePHP 4.3, and I get this message:
```
[Deprecated (16384)](javascript:void(0);): `Router::plugin()` is deprecated, use the non-static method `RouteBuilder::plug…
-
##### Description
If I use a reference in a response object for a property, additionalProperties are ignored.
It works fine, when I include it directly.
When I explicitly define some additio…
-
The endpoint should be generated by the Swagger definition. Use a PHP generator if available. Reason: At the moment Code and Swagger definition are not sync. Changes on one side can lead to failures o…
-
##### Description
We have a request body with a schema with "application/x-www-form-urlencoded" content type. There are some parameters which are set as required. One of the parameters is optional.…
-
In the process of migrating from Silex to Symfony, it has been added swagger php annotations. But final swagger.json file was not generated as not important stage. Within this issue next items should …
-
I spent a good amount of time today figuring out why a certain code path works fine during development with https://github.com/bobthecow/mustache.php, but crashes in a container for production, where …