**Description** In this line in code https://github.com/api-platform/admin/blob/5badc1f19024c1800a60431e575219039b86d0b6/src/hydra/dataProvider.js#L340 is forced PUT for update operation. s it posible to somehow detect if schema is using `put` or `patch`? JsonLD is displaying this information.
Description
In this line in code
admin/src/hydra/dataProvider.js
Line 340 in 5badc1f
is forced PUT for update operation. s it posible to somehow detect if schema is using
putorpatch? JsonLD is displaying this information.