Skip to content

Commit 92b12be

Browse files
committed
Adding Bash snippet markers for Connected Fields API Ref
1 parent 06aeb8b commit 92b12be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/ConnectedFields/eg001SetConnectedFields.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ account_id=$(cat config/API_ACCOUNT_ID)
1616
base_path="https://api-d.docusign.com/v1"
1717

1818
#ds-snippet-start:ConnectedFields1Step2
19+
#apx-snippet-start:ConnectedFieldsApi_GetTabGroups
1920
declare -a Headers=('--header' "Authorization: Bearer ${ACCESS_TOKEN}" \
2021
'--header' "Accept: application/json" \
2122
'--header' "Content-Type: application/json")
@@ -27,6 +28,7 @@ Status=$(curl -w '%{http_code}' -i --ssl-no-revoke --request GET https://api-d.d
2728
"${Headers[@]}" \
2829
--output ${response})
2930
#ds-snippet-end:ConnectedFields1Step3
31+
#apx-snippet-end:ConnectedFieldsApi_GetTabGroups
3032

3133
echo ""
3234
echo "Response:"

0 commit comments

Comments
 (0)