docs icon indicating copy to clipboard operation
docs copied to clipboard

API Platform documentation

Results 236 docs issues
Sort by recently updated
recently updated
newest added

Add few details about max_depth and enable_max_depth

Needs Work

Describe usage of the new UuidRangeFilter

waiting feature merge
Needs Work

The documentation PR related to a security_pre_read PR I am doing on the core.

waiting feature merge

After finishing _Getting Started With API Platform: Create Your API and Your Jamstack Site_ and moving onto _Testing the API_ when you run ``` docker-compose exec php \ bin/console hautelook:fixtures:load...

In the documentation about [operations](https://api-platform.com/docs/core/operations/) there are a couple of nice tables that lists the built-in CRUD operations. These tables shows that `GET` for both item and collection is mandatory....

As explained by Apollo, we need to disable GraphQL introspection in production (https://www.apollographql.com/blog/graphql/security/why-you-should-disable-graphql-introspection-in-production/) It's not clear in the documentation how to do so in the API platform ?

question