docs
docs copied to clipboard
API Platform documentation
Version: `"api-platform/core": "v3.2.13"` As documentated here: https://api-platform.com/docs/core/openapi/#using-the-openapi-and-swagger-contexts we set a lot of custom attributes to openapi/swagger, e.g. ``` #[ORM\Column(type: 'string', length: 255)] #[ApiProperty(openapiContext: [ 'example' => 'your text here', ])]...

The current wording is suggesting that if we add one path if should add to the current project, which is not the case
The documentation is not compatible with Symfony 7. - Adding the getSupport method - Switching from UploadedFile to File for consistency with Vich.
Following this documentation is not working: https://api-platform.com/docs/core/file-upload/ > Uploading to an Existing Resource with its Fields. Update the documentation for UploadedFileDenormalizer to fix in Symfony 7: > PHP Deprecated: Since...
#1780 fix(distribution): fix broken links for state providers and state processors
Fixed broken code-selectors.
Since symfony v6 it's impossible to declare json_login under security.firewalls.main in api/config/package/security/security.yml.
fixed a couple formatting issues that broke the layout.