Skip to content

Commit 91eb316

Browse files
committed
Update examples/eg012EmbeddedConsole.sh
1 parent 0714b3b commit 91eb316

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

examples/eg012EmbeddedConsole.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ response=$(mktemp /tmp/response-eg-012.XXXXXX)
5656
curl --header "Authorization: Bearer ${access_token}" \
5757
--header "Content-Type: application/json" \
5858
--data-binary "${json}" \
59-
--request POST ${base_path}/v2/accounts/${account_id}/views/console
59+
--request POST ${base_path}/v2/accounts/${account_id}/views/console \
60+
--output $response
6061

6162
echo ""
6263
echo "Results:"

0 commit comments

Comments
 (0)