Expand API Form HTTP methods

Hi,

Given some APIs use POST, some use PUT, and some use PATCH for updating records, it would be great to have more then GET and POST methods for the API form.

Regards,
Andy

Hi. I think the purpose of using API Form is to submit a form. And forms just have two supported methods: GET & POST.
https://www.w3schools.com/html/html_forms_attributes.asp

There is another API Action option in the client side components, which is to be used to make API calls, with different methods such as PUT, DELETE etc.

P.S. You can vote for your own feature request too.