Skip to content

Commit 21bd020

Browse files
authored
Merge pull request #3570 from CRRogo/patch-1
Update instance-data-export.md
2 parents 542c4e5 + f9d5495 commit 21bd020

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/vendor/instance-data-export.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ You can use the following types of filters to filter timeseries data for bulk ex
4646
- **Filter by customer**: Get instance events from one or more customers using a comma-separated list of customer IDs. For example:
4747
```bash
4848
curl -H "Authorization: $REPLICATED_API_TOKEN" \
49-
"https://api.replicated.com/vendor/v3/app/:appID/events?customerIDs=1b13241,2Rjk2923481"
49+
"https://api.replicated.com/vendor/v3/app/:appID/events?customerIds=1b13241,2Rjk2923481"
5050
```
5151
- **Filter by event type**: Get instance events by event type using a comma-separated list of event types. For example:
5252
```bash
@@ -55,7 +55,7 @@ You can use the following types of filters to filter timeseries data for bulk ex
5555
```
5656

5757
:::note
58-
If any filter is passed for an object that does not exist, no warning is given. For example, if a `customerIDs` filter is passed for an ID that does not exist, or for an ID that the user does not have access to, then an empty array is returned.
58+
If any filter is passed for an object that does not exist, no warning is given. For example, if a `customerIds` filter is passed for an ID that does not exist, or for an ID that the user does not have access to, then an empty array is returned.
5959
:::
6060

6161

0 commit comments

Comments
 (0)