Skip to content

Commit

Permalink
Merge pull request #9473 from jonade/ast-payloads
Browse files Browse the repository at this point in the history
Correct example url for GET of Payload in AST
  • Loading branch information
Lauragra authored Dec 3, 2024
2 parents d7952c2 + 63f1a61 commit a002980
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions api-reference/beta/api/payload-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
ms.date: 12/01/2024
---

# Get payload
Expand Down Expand Up @@ -37,7 +38,7 @@ GET /security/attackSimulation/simulations/{simulationId}/payload

## Optional query parameters

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

## Request headers

Expand Down Expand Up @@ -66,7 +67,7 @@ The following example shows a request.
}
-->
``` http
GET https://graph.microsoft.com/beta/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a
GET https://graph.microsoft.com/beta/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a
```

### Response
Expand Down
5 changes: 3 additions & 2 deletions api-reference/beta/api/payloaddetail-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
ms.date: 12/01/2024
---

# Get payloadDetail
Expand Down Expand Up @@ -34,7 +35,7 @@ GET /security/attackSimulation/payloads/{payloadId}/detail

## Optional query parameters

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

## Request headers

Expand Down Expand Up @@ -63,7 +64,7 @@ The following example shows a request.
}
-->
``` http
GET https://graph.microsoft.com/beta/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
GET https://graph.microsoft.com/beta/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
```

### Response
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/api/payload-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
ms.date: 09/10/2024
ms.date: 12/01/2024
---

# Get payload
Expand Down Expand Up @@ -65,7 +65,7 @@ The following example shows a request.
}
-->
``` http
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a
```

### Response
Expand Down
4 changes: 2 additions & 2 deletions api-reference/v1.0/api/payloaddetail-get.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ author: "stuartcl"
ms.localizationpriority: medium
ms.subservice: "security"
doc_type: apiPageType
ms.date: 04/04/2024
ms.date: 12/01/2024
---

# Get payloadDetail
Expand Down Expand Up @@ -62,7 +62,7 @@ The following example shows a request.
}
-->
``` http
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payload/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
GET https://graph.microsoft.com/v1.0/security/attackSimulation/payloads/f1b13829-3829-f1b1-2938-b1f12938b1a/detail
```

### Response
Expand Down

0 comments on commit a002980

Please sign in to comment.