I am trying to update the textTabs for a particular envelope recipient of a draft Docusign envelope.
For this I am using the PUT EnvelopeRecipientTabs endpoint. But I am always getting this error.
I intend to update the value of an existing text tab of the particular recipient.
"textTabs": [
{
"requireAll": "false",
"concealValueOnDocument": "false",
"disableAutoSize": "false",
"recipientId": "3",
"tabId": "00000000-0000-0000-0000-000000000000",
"errorDetails": {
"errorCode": "INVALID_TAB_OPERATION",
"message": "The Tab specified is not valid for the requested operation. Tab not found in envelope."
}
}
}