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 0714b3b commit 91eb316Copy full SHA for 91eb316
examples/eg012EmbeddedConsole.sh
@@ -56,7 +56,8 @@ response=$(mktemp /tmp/response-eg-012.XXXXXX)
56
curl --header "Authorization: Bearer ${access_token}" \
57
--header "Content-Type: application/json" \
58
--data-binary "${json}" \
59
- --request POST ${base_path}/v2/accounts/${account_id}/views/console
+ --request POST ${base_path}/v2/accounts/${account_id}/views/console \
60
+ --output $response
61
62
echo ""
63
echo "Results:"
0 commit comments