Hi,
I am using Airtable API in my trading software (metatrader 4) to read values and settings.
I also need to update fields but metatrader 4 language (mql4) does not support PUT or PATCH request method which is needed to update, only GET and POST methods are supported.
What can i do?