jsonapi-bundle
jsonapi-bundle copied to clipboard
Avoid sending JSON:API version on payload
Is there a way to configure the package to opt out of sending the jsonapi spec version on each response?
"jsonapi": { "version":"1.0" }
Thanks
No, unfortunately, there is no configuration. in each document, you need return null for "getJsonApi".
Yep yep, seems like it's how woohoolabs/yin works, thanks @paknahad :grin:
I would appreciate any PR that makes configurable any part.