Skip to content

Commit a002980

Browse files
authored
Merge pull request #9473 from jonade/ast-payloads
Correct example url for GET of Payload in AST
2 parents d7952c2 + 63f1a61 commit a002980

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

api-reference/beta/api/payload-get.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "stuartcl"
55
ms.localizationpriority: medium
66
ms.subservice: "security"
77
doc_type: apiPageType
8+
ms.date: 12/01/2024
89
---
910

1011
# Get payload
@@ -37,7 +38,7 @@ GET /security/attackSimulation/simulations/{simulationId}/payload
3738

3839
## Optional query parameters
3940

40-
This method does not currently support the [OData query parameters](/graph/query-parameters) to customize the response.
41+
This method doesn't currently support the [OData query parameters](/graph/query-parameters) to customize the response.
4142

4243
## Request headers
4344

@@ -66,7 +67,7 @@ The following example shows a request.
6667
}
6768
-->
6869
``` http
69-
GET https://graph.microsoft.com/beta/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a
70+
GET https://graph.microsoft.com/beta/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a
7071
```
7172

7273
### Response

api-reference/beta/api/payloaddetail-get.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ author: "stuartcl"
55
ms.localizationpriority: medium
66
ms.subservice: "security"
77
doc_type: apiPageType
8+
ms.date: 12/01/2024
89
---
910

1011
# Get payloadDetail
@@ -34,7 +35,7 @@ GET /security/attackSimulation/payloads/{payloadId}/detail
3435

3536
## Optional query parameters
3637

37-
This method does not currently support the [OData query parameters](/graph/query-parameters) to customize the response.
38+
This method doesn't currently support the [OData query parameters](/graph/query-parameters) to customize the response.
3839

3940
## Request headers
4041

@@ -63,7 +64,7 @@ The following example shows a request.
6364
}
6465
-->
6566
``` http
66-
GET https://graph.microsoft.com/beta/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
67+
GET https://graph.microsoft.com/beta/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
6768
```
6869

6970
### Response

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "stuartcl"
55
ms.localizationpriority: medium
66
ms.subservice: "security"
77
doc_type: apiPageType
8-
ms.date: 09/10/2024
8+
ms.date: 12/01/2024
99
---
1010

1111
# Get payload
@@ -65,7 +65,7 @@ The following example shows a request.
6565
}
6666
-->
6767
``` http
68-
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a
68+
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a
6969
```
7070

7171
### Response

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: "stuartcl"
55
ms.localizationpriority: medium
66
ms.subservice: "security"
77
doc_type: apiPageType
8-
ms.date: 04/04/2024
8+
ms.date: 12/01/2024
99
---
1010

1111
# Get payloadDetail
@@ -62,7 +62,7 @@ The following example shows a request.
6262
}
6363
-->
6464
``` http
65-
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
65+
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
6666
```
6767

6868
### Response

0 commit comments

Comments
 (0)