Hi Team
Just wondering if there is any configuration that would enable to use PUT methods for API calls to directus for updating records. I am aware of the PATCH method that exists currently for the updation of the record but I am using APPGyver for frontend of app which does not support the PATCH method to update.
Or if there is any workaround other than using any API gateway to transform the api calls from PATCH to PUT method ??