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**: v3.0.0-rc.2 **Description** `ReadListener` triggered instead of `WriteListener` for POST, PATCH, PUT and DELETE with parameter in URL. In other words, `provider` is expected instead of `processor`...

#147 suggested adding a PATCH support for partials updates, it was closed as PUT already does that. How about adding a [JSON PATCH](http://jsonpatch.com/) support? Difference here is you're able to...

enhancement

| Q | A | ------------- | --- | Branch? | 2.7 | Tickets | #4879 | License | MIT | Doc PRs | https://github.com/api-platform/docs/pull/1590, https://github.com/api-platform/docs/pull/1592 --- ## 1. Generating...

bug
enhancement

Write here as comment the errors you may found on api-platform/core:2.7.x-dev installed on your project. Please mention: - the error message - the related code if possible - the service...

bug

LexikJWTAuthenticationBundle is often used on API Platform projects, as it's easy to install and configure, specially for projects which don't need a complex security architecture (OAuth...). We should bridge this...

enhancement

| Q | A | ------------- | --- | Branch? | 2.6 | Tickets | - | License | MIT | Doc PR | - `Command::setDescription()` method calls can also...

#4881 added an `openapi` operation option to disable an operation from the OpenApi documentation. This option is in addition to the `openapiContext` which helps to send options to the OpenApi...

enhancement

| Q | A | ------------- | --- | Branch? | 2.7 | Tickets | - | License | MIT | Doc PR | - Fixes: > * 1x: Since...

| Q | A | ------------- | --- | Branch? | main | Tickets | N/A | License | MIT | Doc PR | https://github.com/api-platform/docs/pull/1541/files First, thanks a lot for...