docs icon indicating copy to clipboard operation
docs copied to clipboard

API Platform documentation

Results 232 docs issues
Sort by recently updated
recently updated
newest added

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', ])]...

Needs Work

![image](https://github.com/api-platform/docs/assets/91228098/e6decba2-e3b9-48f0-822f-69d8c94d6f46)

The current wording is suggesting that if we add one path if should add to the current project, which is not the case

Needs Work

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.