Skip to content

Commit d1fdd32

Browse files
committed
fixing codeDepot marker
1 parent 51d22f8 commit d1fdd32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

launcher-csharp/eSignature/Examples/PauseSignatureWorkflow.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ public class PauseSignatureWorkflow
2525
public static EnvelopeSummary PauseWorkflow(string recipient1Email, string recipient1Name, string recipient2Email, string recipient2Name, string accessToken, string basePath, string accountId)
2626
{
2727
// Construct your API headers
28-
//ds-snippet-start:eSign325Step2
28+
//ds-snippet-start:eSign32Step2
2929
var docuSignClient = new DocuSignClient(basePath);
3030
docuSignClient.Configuration.DefaultHeader.Add("Authorization", "Bearer " + accessToken);
31-
//ds-snippet-end:eSign325Step2
31+
//ds-snippet-end:eSign32Step2
3232

3333
// Construct request body
3434
//ds-snippet-start:eSign32Step3

0 commit comments

Comments
 (0)