Skip to content

Commit d8c732d

Browse files
Merge pull request #283295 from austinmccollum/patch-6
correct API endpoints
2 parents 35d89aa + c4f0284 commit d8c732d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sentinel/upload-indicators-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ There are two versions of the upload indicators API. Depending on the endpoint,
7777
```
7878

7979
- Connector action name: **Threat Intelligence - Upload Indicators of Compromise (V2) (Preview)**
80-
- Endpoint: `https://sentinelus.azure-api.net/{workspaceId}/threatintelligenceindicators:upload`
80+
- Endpoint: `https://sentinelus.azure-api.net/workspaces/{workspaceId}/threatintelligenceindicators:upload`
8181
- Array of indicators name: `indicators`
8282
```json
8383
{
@@ -88,7 +88,7 @@ There are two versions of the upload indicators API. Depending on the endpoint,
8888

8989
#### Request URI
9090
API versioning: `api-version=2022-07-01`<br>
91-
Endpoint: `https://sentinelus.azure-api.net/{workspaceId}/threatintelligence:upload-indicators?api-version=2022-07-01`<br>
91+
Endpoint: `https://sentinelus.azure-api.net/workspaces/{workspaceId}/threatintelligenceindicators:upload?api-version=2022-07-01`<br>
9292
Method: `POST`<br>
9393

9494
#### Request header

0 commit comments

Comments
 (0)