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 b8b08be commit eb13312Copy full SHA for eb13312
reports/create-async-report.sh
@@ -9,7 +9,7 @@ curl -X POST "https://api.nexmo.com/v2/reports" \
9
"product": "'$REPORT_PRODUCT'",
10
"account_id": "'$ACCOUNT_ID'",
11
"direction": "'$REPORT_DIRECTION'",
12
- "status": "'$REPORT_STATUS'",
+ "status": "'$STATUS'",
13
"date_start": "'$DATE_START'",
14
"date_end": "'$DATE_END'"
15
}'
0 commit comments