Skip to content

Commit b2bea7a

Browse files
committed
Update examples/eg010SendBinaryDocs.sh
1 parent 6872cdd commit b2bea7a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

examples/eg010SendBinaryDocs.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ echo "Results:"
3131
echo ""
3232

3333
# Step 1. Make the JSON part of the final request body
34-
json="
34+
json='
3535
{
3636
"emailSubject": "Please sign this document set",
3737
"documents": [
@@ -83,8 +83,7 @@ json="
8383
]
8484
},
8585
"status": "sent"
86-
}
87-
"
86+
}'
8887

8988
# Step 2. Assemble the multipart body
9089
CRLF="\r\n"

0 commit comments

Comments
 (0)