docusign/code-examples-node

Not able to update text tab value using updateTabs API

chanakyap opened this issue · 2 comments

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?

Hello @chanakyap sorry for the delay, can you share the code that gives you an issue please?

@InbarGazit, the issue is resolved. I am sending wrong params (templateTabs instead of just tabs).