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 06aeb8b commit 92b12beCopy full SHA for 92b12be
examples/ConnectedFields/eg001SetConnectedFields.sh
@@ -16,6 +16,7 @@ account_id=$(cat config/API_ACCOUNT_ID)
16
base_path="https://api-d.docusign.com/v1"
17
18
#ds-snippet-start:ConnectedFields1Step2
19
+#apx-snippet-start:ConnectedFieldsApi_GetTabGroups
20
declare -a Headers=('--header' "Authorization: Bearer ${ACCESS_TOKEN}" \
21
'--header' "Accept: application/json" \
22
'--header' "Content-Type: application/json")
@@ -27,6 +28,7 @@ Status=$(curl -w '%{http_code}' -i --ssl-no-revoke --request GET https://api-d.d
27
28
"${Headers[@]}" \
29
--output ${response})
30
#ds-snippet-end:ConnectedFields1Step3
31
+#apx-snippet-end:ConnectedFieldsApi_GetTabGroups
32
33
echo ""
34
echo "Response:"
0 commit comments