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

New option: ```php #[ApiResource(strictQueryParameters: true) ``` Will test if query parameters are allowed on the resource, if a parameter is not allowed it'll send a 400. TODO: - [ ]...

enhancement

**API Platform version(s) affected**: 3.3.6 **Description** When using ApiPlatform 3.2, a custom DTO created through an instance of `QueryItemResolverInterface` could run through the security checks **after** the DTO was created....

**API Plaform**: v3.3 **Description**: Calling ``` mutation { deleteGreeting(input: {id: "/api/greetings/cd"}) { greeting { id _id name } clientMutationId } } ``` produces ``` "debugMessage": "Cannot return null for non-nullable...

stale

| Q | A | ------------- | --- | Branch? | main | License | MIT This PR adds a security property to `Parameter`, and the corresponding state provider to...

**API Platform version(s) affected**: 3.1, 3.2, 3.3 **Description** After CircleCI has released images for PHP patch versions 8.3.8 and 8.2.20 (today), we are seeing new errors on our test suite...

**API Platform version(s) affected**: 3.3.5 **Description** The `GET` Collection and Item operations do not always return the latest data for document resources after updating a resource via the `PATCH` or...

API Platform version: 3,3 My resource description looks like so: ``` #[ApiResource( security: "is_granted('ROLE_USER')", order: ['id' => 'DESC'], normalizationContext: ['groups' => ["batch:query"]], denormalizationContext: ['groups' => ["batch:mutation"]], operations: [ new Get(),...

**Description** `hydra:member` => `member` + feature flag to not break

enhancement

| Q | A | ------------- | --- | Branch? | 3.3 | Tickets | N/A | License | MIT | Doc PR | N/A [This commit](https://github.com/api-platform/core/pull/4851/commits/0ad3439f4d4c91c0586abb14ab6d9c14d6c38ddf) added many `@noRector`...

**API Platform version(s) affected**: 3.2.22, 3.3.2 Tested on 3.2.22 and replicated on 3.3.2 **Description** On a calculated field that returns an `array`, if we add a `ApiProperty` to change the...