We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d779183 commit aed8003Copy full SHA for aed8003
Examples/eg008CreateTemplate.sh
@@ -8,6 +8,9 @@ if [[ $SHELL != *"bash"* ]]; then
8
fi
9
10
# Step 1. List the account's templates
11
+echo ""
12
+echo "Checking to see if the template already exists in your account..."
13
14
template_name="Example Signer and CC template"
15
response=$(mktemp /tmp/response-eg-008.XXXXXX)
16
curl --header "Authorization: Bearer {ACCESS_TOKEN}" \
0 commit comments