I am attempting to use the the DocuSign REST API to update the value of a Text tab. The method I am using is PUT /v2/accounts/{accountId}/envelopes/{envelopeId}/recipients/{recipientId}/tabs
I am able to execute the method, I receive a success message from the DocuSign API, but the new value is not displayed in the document. I am passing in the account ID, evelopeID and recipient ID along with the tab ID (have also tried to use the tab label) in my request object that is passed to the API and in both scenarios the call completes with a success but the intended result of the tab value being updated does not occur.