core icon indicating copy to clipboard operation
core copied to clipboard

The server component of API Platform: hypermedia and GraphQL APIs in minutes

Results 402 core issues
Sort by recently updated
recently updated
newest added

**API Platform version(s) affected**: 4.0.3 **Description** I use custom resource. In custom resource use stateOption with my entity ORM. If use "id" as identifier so everything works well. On one...

**API Platform version(s) affected**: 3.4 **Description** User Deprecated: Since api-platform/core 3.3: Use a "ApiPlatform\State\ProviderInterface" as first argument in "ApiPlatform\Symfony\EventListener\QueryParameterValidateListener" instead of "ApiPlatform\ParameterValidator\ParameterValidator". **How to reproduce** **Possible Solution** **Additional Context** How...

**API Platform version(s) affected**: 3.4 **Description** During the runtime of a request on my app, I noticed that my ContextBuilder::createFromRequest was called 2 times to create the normalization context :...

| Q | A | ------------- | --- | Branch? | 4.0 | Tickets | - | License | MIT | Doc PR | -

**API Platform version(s) affected**: 3.X (reproduced on 3.1.25 and 3.3.13) **Description** We have a class FileSystem that has a OneToMany relation to our class File. If we run the /filesystem...

**Description** A `multipart/form-data` POST fails when an array property is included, even when it's correctly sent via Curl as follows: ```sh -F 'tags=["One","Two","Three"];type=application/json' ``` **Example** When using OpenAPI docs to...

**API Platform version(s) affected**: 3.3.12 **Description** Hey, this is my issue report and the problem is a litte hard to describe so I hope you can still follow me. I...

**API Platform version(s) affected**: 3+ **Description** If we have 2 different ParameterProviders set to 2 different query parameters, only the last provider has effect on the context/operation. So if I...

| Q | A | ------------- | --- | Branch? | main, new feature | License | MIT | Doc PR | [api-platform/docs](https://github.com/api-platform/docs/pull/1974) Add a way to alias properties used...

**API Platform version(s) affected**: 3.3.11 **Description** Upgrading from 3.1 to 3.3 noticed that the servers are shown on try-out for each operation, which was not the case before . It...