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**: 4.1.25 **Description** When using API Platform’s Laravel integration, custom error handler callbacks defined in `bootstrap/app.php` (e.g. via `$exceptions->respond()` or `$exceptions->render()`) are ignored because the deferred provider...

**API Platform version(s) affected**: at least 4.2.1 **Description** [OPEN API] Setting ApiProperty::uri_template on a collection adds an openapi array related constraints while being a string iri-reference Considering a resource and...

**API Platform version(s) affected**: 4.2.2 **Description** When defining an operation's parameters, if multiple parameter keys use the `:property` placeholder with property restrictions, then it will only be possible to use...

https://github.com/api-platform/core/issues/7437#issuecomment-3372181805 A few parameter provider available since #7195 are not available when `link_security` is not set. We should remove this flag and default the value to `true`.

**API Platform version(s) affected**: 4.2 **Description** Hi @soyuka, maybe I misunderstand the OpenApi specs but I feel like more field might be "autodiscovered" as required when generating a schema. This...

**API Platform version(s) affected**: 4.2.0 Since this commit : https://github.com/api-platform/openapi/commit/bd7b60e5acad35fbfe15a5abfd4569496958f933 The OpenApi requestBody is empty for `multipart/form-data` inputFormats. Swagger UI (and openapi.json) were successfully managed. I would be happy to...

bug

**API Platform version(s) affected**: 4.0.16 **Description** The "data" key was duplicated in the example and the schema definition. [Here is](https://jsonapi.org/format/#fetching-resources-responses-200) the specification as it should look like. ![Image](https://github.com/user-attachments/assets/599164db-10ea-40a3-bf08-3cda39a253af) ![Image](https://github.com/user-attachments/assets/d901deb6-3231-4cf4-b0c0-1f24181bf059) The...

bug
JSON:API

I started implementing it by I need to fix some things in their rules (like our own deprecations are not correctly calculated on dev versions) ``` todo_by: referenceVersion: "nextMinor" ticket:...

enhancement

**API Platform version(s) affected**: 4.1.3 (Laravel) **Description** When using JSON:API sparse fieldsets (`fields[ResourceType]=field1,field2`) in combination with include relationships (`include=relationName`), the `included` section is completely missing from the response. The include...

bug
Laravel
JSON:API

**API Platform version(s) affected: 4.1.16** **Description** Hi, hope you all doing well. I set the config param **path_segment_name_generator** to **api_platform.metadata.path_segment_name_generator.dash** as stated in the docs, for a laravel v12 project....

enhancement
Laravel