core icon indicating copy to clipboard operation
core copied to clipboard

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

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

| Q | A | ------------- | --- | Branch? | main | Tickets | Closes #2680 | License | MIT | Doc PR | _already existing ([see doc](https://api-platform.com/docs/guides/extend-openapi-documentation/#:~:text=When%20a%20field%20is%20not%20specified%20API%20Platform%20will%20add%20the%20missing%20informations.))_ Allow...

**API Platform version(s) affected**: 3.3.2 **Description** I try to implement a GraphQL read operation with an output different from the resource and i have a problem with a subressource's IRI...

**API Platform version(s) affected**: 3.3.3 **Description** Since upgrade from 3.2 to 3.3.3 the jsononpenapi docs url return HTML. **How to reproduce** Just try https://127.0.0.1:8000/api/docs.jsonopenapi in local

**API Platform version(s) affected**: 3.3.3 **Description** With the latest 3.3.3 release the validation within a DTO is not run before the data reaches the resolver. The change is, I guess...

| Q | A | ------------- | --- | Branch? | 3.3 | Tickets | N/A | License | MIT | Doc PR | N/A Original issue created: - https://github.com/api-platform/api-platform/issues/2669...

enhancement

| Q | A | ------------- | --- | Branch? | main | Tickets | n/a | License | MIT | Doc PR | n/a

**API Platform version(s) affected**: 3.3.3 **Description** ``` 00:29:59 WARNING [asset_mapper] Unable to find asset "./path/to/domAnimations" imported from "/var/www/html/vendor/api-platform/core/src/Symfony/Bundle/Resources/public/graphiql/graphiql.min.js". 00:30:00 WARNING [asset_mapper] Unable to find asset "./files/open-sans-hebrew-700-normal.woff2" referenced in "/var/www/html/vendor/api-platform/core/src/Symfony/Bundle/Resources/public/fonts/open-sans/700.css". The...

**API Platform version(s) affected**: 3.3.3 **Description** I have next structure: Distribution (ApiResource, Document) -> Participant (EmbeddedDocument) -> Employee (Document) When I try to search by "participants.employee" I get the exception:...

bug
MongoDB

While "data" is set in the context in the `MainController`, this was not the case with the `WriteListener`. I noticed this after updating from v3.2.14 to v3.3.3. Although I had...

**API Platform version(s) affected**: 2.5.7 **Description** I have a resource with only the "get item" activated. It uses a custom controller. I want it to return either the json serialized...

enhancement