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 #6003 | License | MIT | Doc PR | api-platform/docs#TODO Allow linking ErrorResources to...

enhancement

| Q | A | ------------- | --- | Branch? | 3.2 | Tickets | #6264 #6279 #6283 | License | MIT @soyuka this is just an updated version of...

**API Platform version(s) affected**: 3.3.0-beta **Description** The following Symfony PR breaks serialization in some Behat tests https://github.com/symfony/symfony/pull/54531 **How to reproduce** ```shell composer config minimum-stability dev composer update php -d memory_limit=-1...

**API Platform version(s) affected**: 3.2.20 **Description** When using a Backed Enum class as an API resource, any `example` value provided in the `ApiProperty` attribute is ignored and does not appear...

| Q | A | ------------- | --- | Branch? | 3.2 | Tickets | | License | MIT | Doc PR | This bugfix is related to the jsonapi...

**API Platform version(s) affected**: 3.2.20 **Description** When generating OpenAPI documentation for APIs that include embedded resources, the generated file includes a `@context` field also for embeded resources. However, in practice,...

| Q | A | ------------- | --- | Branch? | main | Tickets | | License | MIT | Doc PR | Handle deprecations generated by https://github.com/symfony/symfony/pull/53160 :warning: This...

**API Platform version(s) affected**: v3.3.0-beta.2 **Description** I'm using Symfony 7.0.6 and api-platform/core v3.3.0-beta.1. When trying to update to version v3.3.0-beta.2 an error occurs: ``` Loading composer repositories with package information...

| Q | A | ------------- | --- | Branch? | 2.7 | Tickets | Closes similar issue to https://github.com/api-platform/core/pull/5523/files | License | MIT | Doc PR | N/A https://github.com/api-platform/core/blob/2.7/src/Symfony/Validator/EventListener/ValidationExceptionListener.php...

**API Platform version(s) affected**: 3.2.x ?+ **Description** When updating a resource while using a DTO as an input, (and not using the DTO as the direct resource), Serializer does not...