Skip to content

Commit 70168a1

Browse files
Merge pull request #278067 from austinmccollum/patch-8
clarify differences between API versions
2 parents 3464921 + 827aa1e commit 70168a1

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

articles/sentinel/upload-indicators-api.md

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,23 @@ There are two versions of the upload indicators API. Depending on the endpoint,
6868

6969
- Connector action name: **Threat Intelligence - Upload Indicators of Compromise (Deprecated)**
7070
- Endpoint: `https://sentinelus.azure-api.net/{workspaceId}/threatintelligence:upload-indicators`
71-
- array of indicators name: `value`
71+
- Array of indicators name: `value`
72+
```json
73+
{
74+
"sourcesystem":"TIsource-example",
75+
"value":[]
76+
}
77+
```
7278

7379
- Connector action name: **Threat Intelligence - Upload Indicators of Compromise (V2) (Preview)**
7480
- Endpoint: `https://sentinelus.azure-api.net/{workspaceId}/threatintelligenceindicators:upload`
75-
- array of indicators name: `indicators`
76-
81+
- Array of indicators name: `indicators`
82+
```json
83+
{
84+
"sourcesystem":"TIsource-example",
85+
"indicators":[]
86+
}
87+
```
7788

7889
#### Request URI
7990
API versioning: `api-version=2022-07-01`<br>

0 commit comments

Comments
 (0)