api-platform / docs

API Platform documentation
https://api-platform.com/docs/
164 stars 1.05k forks source link

Note requirement to explicitly enable multipart as an input format #1943

Closed paullallier closed 2 months ago

paullallier commented 2 months ago

V3.3 has become more strict about input format checking (intentionally or otherwise) and users need to be more rigorous in allowing multipart when using it for file uploads.

Prior to v3.3, I suspect people should have been defining this, but it wasn't being checked, so many won't have done.

Not sure my "note" format is in the preferred document style - possibly we don't want to mention the version for example? Feel free to edit or request changes.

paullallier commented 2 months ago

I'm not sure if the linter is failing because I've malformed my PR or because there's a configuration issue with the CI process?

soyuka commented 2 months ago

Thanks @paullallier not sure what's wrong with the linter