Hello Team, I need to update form fields using api. PATCH is not working with fields value, so I need to use PUT method, My form is too long first i get the json response and I have to pass whole json again bcz if I miss anything then form logic, hidden values, setting , all these things will miss.
So I have to pass whole json is it correct. Also is there any way, I can update only fields « multiple choice options . My json data is very long .