docs
docs copied to clipboard
API Platform documentation
The links on the "distribution" page pointing to the API documentation seems to all lead to a 404 error page. They works in the Github preview. Examples: - [a PHP...
Use openapiContext (object, documentation) instead of openapi (boolean, enabled or not) Based on what I see here : https://github.com/api-platform/core/blob/3.2/src/Metadata/Post.php https://api-platform.com/docs/3.2/core/openapi/ @ "Changing Operations in the OpenAPI Documentation"
Affected site: https://api-platform.com/docs/admin/handling-relations/ https://github.com/api-platform/docs/blob/4ecf9aed55d9451ff62d2558efe2c3ed91b3bbb7/admin/handling-relations.md?plain=1#L5 The link in this line links to https://api-platform.com/docs/admin/handling-relations/schema.org instead of https://api-platform.com/docs/admin/schema.org.
Our linter on github action doesn't fail and stop the job.
Hey, I was wondering if you guys happen to have some basic docs about how to deploy Api-Platform on Platform.sh. As much as I love all the custom stuff you're...
Hello ! This PR attempts to explain further how to use the `create client` feature with an Authenticated API. I was stuck for a while trying to build a client...
Hi everyone, I followed the API Platform documentation to test JWT authentication: https://api-platform.com/docs/core/jwt/#testing When running the test a ServiceNotFoundException is thrown: 1) App\Tests\Api\AuthenticationTest::testLogin Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException: The "security.user_password_hasher" service or alias has...
https://api-platform.com/docs/core/performance/#enabling-the-built-in-http-cache-invalidation-system does not contains any information about how APIP works with varnish. This part in particular : ``` if (req.http.ApiPlatform-Ban-Regex) { ban("obj.http.Cache-Tags ~ " + req.http.ApiPlatform-Ban-Regex); return (synth(200, "Ban added"));...
Docs PR for Link Security feature