Skip to content

Commit

Permalink
chore: syntax highlighting
Browse files Browse the repository at this point in the history
  • Loading branch information
brnhensley authored Jan 22, 2025
1 parent 4a42cc9 commit f3ca0a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ To find the mobile monitoring app version ID, see [Find the mobile app version I
To obtain crash count and crash rate data for the overall mobile application, use the [mobile application ID](/docs/apis/rest-api-v2/requirements/finding-product-id#mobile) in the following REST API command:

```sh
curl -X GET "https://api.newrelic.com/v2/mobile_applications/${MOBILE_ID}.json" \
curl -X GET "https://api.newrelic.com/v2/mobile_applications/$MOBILE_ID.json" \
-H "X-Api-Key:$API_KEY" -i
```

Expand Down

0 comments on commit f3ca0a8

Please sign in to comment.