Hello,
We are using Typeform API to update form’s redirect url; however, when we do that, fields of form are deleted.
Endpoint (PUT) : https://api.typeform.com/forms/:form_id
Sample Request:
{"title": "Shipping Calculator","settings": {"redirect_after_submit_url" : "https://google.com"}}
When we, do that; all fields of form have been deleted.
Is there any way to update only specific field (setting) of form?
Thanks.