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

**API Platform version(s) affected**: 3.2.3 **Description** I have a resource where I pass a URI variable into a voter. But when I set `event_listeners_backward_compatibility_layer` to `false` and request `GET /users/{user_id}/stats`...

bug

**API Platform version(s) affected**: 3.1.6 up to latest **Description** v3.1.6 has introduced an issue in how references in the JsonSchema are calculated, which can lead to incorrect types in the...

bug

**Description** I think it could be useful support to provide normalization context (or also other options) for mercure per topic. For example if the resource has an additional serialization groups...

bug

| Q | A | ------------- | --- | Branch | main | Tickets | Closes #5751, closes #5751 | License | MIT Improve ApiTestAssertionsTrait::assertJsonEquals by replacing `assertEqualsCanonicalizing` with `assertEquals`.

bug

With Api Platform 3.2.2 : The Group Filter works for Get Collection and also for Get Item Operations. These groups are only exposed in OpenAPI doc for Get Collection ;...

enhancement

| Q | A | ------------- | --- | Branch? | main This brings support for searches likes `/entities/?subEntity=subEntityId` when subEntity id is not `int $id`. This is a follow...

enhancement

**API Platform version(s) affected**: 3.2.1 **Description** assertMatchesResourceItemJsonSchema throws JsonSchema\Exception\InvalidArgumentException: 0 is an invalid type for int when comparing against an int backed enum property. **How to reproduce** Simplified example: public...

bug

I need multi-language API documentation. For now possible to generate single language only (which use in resource files). How better to implement it? Build instance of `ApiPlatform\OpenApi\OpenApi` with already translated...

enhancement

API Platform version(s) affected: 3.1.7 **Description** Please remove the deprecations. I get the warnings while running tests. **Example** `Remaining indirect deprecation notices (2)` `2x: Using getResourcePaginatedCollectionType method of TypeBuilder is...

bug

**API Platform version(s) affected**: 3.1.12 **Description** I have in my data model the User entity which presents the InheritanceType annotation in order to apply inheritance, then I have a child...

bug