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.3.11 (didn't checked earlier versions) **Description** The `ExtractorPropertyMetadataFactory` creates metadata with invalid builtin types when updating the "parent metadata" built by the next factory in the...

I was thinking it would be nice to try it before there is a full release. If I just upgrade api-platform/core, everything is working fine. However, if I follow release...

**API Platform version(s) affected**: 3.3.12 **Description** Subresources may be secured based on their linked resource thanks to the experimental [enable_link_security](https://api-platform.com/docs/core/subresources/#security) feature. The `security` option is ignored for links in resources...

| Q | A | ------------- | --- | Branch? | main | License | MIT

**API Platform version(s) affected**: 3.3.12 **Description** When converting from Entity ApiResource to DTOs with ApiResource and querying an API Resource which contains a OneToMany Relationship, an error is thrown by...

PHP 8.1 API PLATFORM 3.1 **Description** I'm not sure if this is a missing feature or bug or lack of understanding configuration. I have a read only api where I...

…location header | Q | A | ------------- | --- | Branch? | 3.2 | Tickets | | License | MIT | Doc PR | When it generate the iri,...

**API Platform version(s) affected**: 3.3.12 **Description** When upgrading to version 3.3.12 (from 3.3.6), phpunit tests fail with `Use of exclusiveMinimum requires presence of minimum` error when resource has `GreaterThan` constraint...

**API Platform version(s) affected**: 3.3.12 **Description** Parameter constraints are not being read when defining the operation in yaml but can be defined in attribute definitions. **How to reproduce** Define an...

What would you think about allowing JSON Schema Validations for API Resources that we could then expose inside of the generated OpenAPI documentation file? Most of the basic symfony validations...

enhancement
RFC
OpenAPI