Skip to content

Commit e144b60

Browse files
committed
Also fix the /v1.0/ endpoint
1 parent ff36346 commit e144b60

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api-reference/v1.0/api/payload-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following example shows a request.
6464
}
6565
-->
6666
``` http
67-
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a
67+
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a
6868
```
6969

7070
### Response

api-reference/v1.0/api/payloaddetail-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The following example shows a request.
6161
}
6262
-->
6363
``` http
64-
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
64+
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
6565
```
6666

6767
### Response

0 commit comments

Comments
 (0)