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**: 2.6.8 **Description** Hello, I noticed that in .jsonld documentation, the api properties marked as identifier and not writable are removed from the documentation generated in .jsonld...

hackday 2022

- support multiple types on a property (see an example at https://github.com/api-platform/core/pull/4951) in the AbstractItemNormalizer - the openapi specification doesn't support that yet we need to keep up to date...

enhancement

`#[Put(security: "is_granted('ROLE_ADMIN') or object.owner == user")]` How to disable the PUT operation if not `is_granted('ROLE_ADMIN')` on the OpenAPI specification ? Ideas: - [ ] Add an openapi security configuration (because...

enhancement

**API Platform version(s) affected**: 2.6.8 **Description** When defining the API resources with a YAML or XML files it's not possible to define information for calculated fields. This is a similar...

enhancement

**API Platform version(s) affected**: 3.0.0 **Description** The return type definition "object|iterable|null" (used several times in API Platform) results in an error, because in PHP 8.2 "iterable" is an alias for...

hackday 2022

**API Platform version(s) affected**: 2.6.8 **Description** When i use a join with a FQCN the fetchJoinCollection is `false`. Let me explain a bit deeper. If we look in doctrine docs...

enhancement
hackday 2022

Hello there, I have spotted a denormalization bug where a property could not be denormalized, even in a CLI context. This occurs in a specific set of conditions: 1. You...

unconfirmed

**Description** The exception to status code feature is doing a good job in the handling of custom exceptions. The documentation mentions "expected exceptions" that can be converted to 400 messages....

**API Platform version(s) affected**: 2.6 **Description** **How to reproduce** ``` git clone https://github.com/api-platform/core cd core/tests/Fixtures/app php -S localhost:8000 -t public/ open http://localhost:8000/graphql/graphiql ``` **Possible Solution** Encore or replace invalid chars.

bug

**API Platform version(s) affected**: 2.6.6 **Description** Default responses can not be overriden with new response information. **How to reproduce** Create a new Entity SipAccount with this data: ``` #[ApiResource( itemOperations:...

bug
unconfirmed
hackday 2022