docusign / code-examples-node

Node.js code examples and launcher
https://developers.docusign.com/
MIT License
62 stars 52 forks source link

Not able to update text tab value using updateTabs API #26

Closed chanakyap closed 3 years ago

chanakyap commented 3 years ago

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 3 years ago

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

chanakyap commented 3 years ago

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