Not able to update text tab value using updateTabs API
chanakyap opened this issue · 2 comments
chanakyap commented
I am trying to update the value of text tabs of an envelope, so i am using envelopesAPI.listTabs api to get all values, and envelopesApi.updateTabs to update them, but i keep getting error 'The request body is missing or improperly formatted. No tabs specified'. Can anyone provide example code to update textTabs?
InbarGazit commented
Hello @chanakyap sorry for the delay, can you share the code that gives you an issue please?
chanakyap commented
@InbarGazit, the issue is resolved. I am sending wrong params (templateTabs instead of just tabs).