How can I sent raw data with API connector?

Hello @Teodor, @George

I created dynamic form (all field names and values are coming from different API) . I need to use PUT method in API …

API CONNECTOR

text data coming from my dynamic form. so I cant use input data fields … I have to use JSON
my form enctype : default

Example Request :

PUT datatables/extra_client_details/1

Content-Type: application/json
Request Body:
{
“Business Description”: “Livestock sales updated”,
}`

Q1 : content type must be “application/json” . How can I modify header ? I can add new header but I cant modify

Q2 : How can I post correct data to my API end point if I cant modify header ?

Community Page
Last updated: