From a010d86995237b1e9d173ed860ee76d3ec1cd38b Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 13:22:32 +0100 Subject: [PATCH 1/9] Correct example url for GET of Payload in AST --- api-reference/beta/api/payload-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/payload-get.md b/api-reference/beta/api/payload-get.md index 1047db1a7d3..477704cc4bd 100644 --- a/api-reference/beta/api/payload-get.md +++ b/api-reference/beta/api/payload-get.md @@ -66,7 +66,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 From ff36346492181c7d8ac95b1a2c93bf92b42b1196 Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 14:00:25 +0100 Subject: [PATCH 2/9] Include payload detail --- api-reference/beta/api/payloaddetail-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/payloaddetail-get.md b/api-reference/beta/api/payloaddetail-get.md index f9e2f91589e..5454aa8565c 100644 --- a/api-reference/beta/api/payloaddetail-get.md +++ b/api-reference/beta/api/payloaddetail-get.md @@ -63,7 +63,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 From e144b60d7b4dadf51399c5a13ae3f68c4019e117 Mon Sep 17 00:00:00 2001 From: Jonathan Devere-Ellery Date: Tue, 26 Nov 2024 14:58:49 +0100 Subject: [PATCH 3/9] Also fix the /v1.0/ endpoint --- api-reference/v1.0/api/payload-get.md | 2 +- api-reference/v1.0/api/payloaddetail-get.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/api-reference/v1.0/api/payload-get.md b/api-reference/v1.0/api/payload-get.md index 8a0de91880e..f3233ed292a 100644 --- a/api-reference/v1.0/api/payload-get.md +++ b/api-reference/v1.0/api/payload-get.md @@ -64,7 +64,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 diff --git a/api-reference/v1.0/api/payloaddetail-get.md b/api-reference/v1.0/api/payloaddetail-get.md index 7b9514d4e2c..7b58203aa89 100644 --- a/api-reference/v1.0/api/payloaddetail-get.md +++ b/api-reference/v1.0/api/payloaddetail-get.md @@ -61,7 +61,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 From 99f1cee0491f956aee0aa8638b396e9211b2b1c2 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 08:25:16 +0100 Subject: [PATCH 4/9] Update payload-get.md --- api-reference/beta/api/payload-get.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/beta/api/payload-get.md b/api-reference/beta/api/payload-get.md index 477704cc4bd..3ba9e2af0d3 100644 --- a/api-reference/beta/api/payload-get.md +++ b/api-reference/beta/api/payload-get.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType +ms.date 12/01/2024 --- # Get payload From ec15e4356bdc61a93f8b2c531a1958580fba68f8 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 08:27:55 +0100 Subject: [PATCH 5/9] Update payload-get.md --- api-reference/beta/api/payload-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/payload-get.md b/api-reference/beta/api/payload-get.md index 3ba9e2af0d3..cf49ddc97b0 100644 --- a/api-reference/beta/api/payload-get.md +++ b/api-reference/beta/api/payload-get.md @@ -38,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 From a7a783c908e03f86c44e73bb86d8cd73e28682b3 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 08:28:07 +0100 Subject: [PATCH 6/9] Update payload-get.md --- api-reference/beta/api/payload-get.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-reference/beta/api/payload-get.md b/api-reference/beta/api/payload-get.md index cf49ddc97b0..ebbf36f9329 100644 --- a/api-reference/beta/api/payload-get.md +++ b/api-reference/beta/api/payload-get.md @@ -5,7 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType -ms.date 12/01/2024 +ms.date: 12/01/2024 --- # Get payload From 05fcc6aeff319c9068d6b0c49226d474130fa20b Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 08:28:41 +0100 Subject: [PATCH 7/9] Update payloaddetail-get.md --- api-reference/beta/api/payloaddetail-get.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-reference/beta/api/payloaddetail-get.md b/api-reference/beta/api/payloaddetail-get.md index 5454aa8565c..af42917a3e8 100644 --- a/api-reference/beta/api/payloaddetail-get.md +++ b/api-reference/beta/api/payloaddetail-get.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType +ms.date: 12/01/2024 --- # Get payloadDetail @@ -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 From 9008f8bbf0829a251b1cd033e9b9fee33265b291 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 08:29:11 +0100 Subject: [PATCH 8/9] Update payload-get.md --- api-reference/v1.0/api/payload-get.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/v1.0/api/payload-get.md b/api-reference/v1.0/api/payload-get.md index f3233ed292a..13964cba828 100644 --- a/api-reference/v1.0/api/payload-get.md +++ b/api-reference/v1.0/api/payload-get.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType +ms.date: 12/01/2024 --- # Get payload From d256a19dbfec61d20368619fad3309a0f0b2bd77 Mon Sep 17 00:00:00 2001 From: Jarbas Horst Date: Sun, 1 Dec 2024 08:29:30 +0100 Subject: [PATCH 9/9] Update payloaddetail-get.md --- api-reference/v1.0/api/payloaddetail-get.md | 1 + 1 file changed, 1 insertion(+) diff --git a/api-reference/v1.0/api/payloaddetail-get.md b/api-reference/v1.0/api/payloaddetail-get.md index 7b58203aa89..bf3e66f62dd 100644 --- a/api-reference/v1.0/api/payloaddetail-get.md +++ b/api-reference/v1.0/api/payloaddetail-get.md @@ -5,6 +5,7 @@ author: "stuartcl" ms.localizationpriority: medium ms.subservice: "security" doc_type: apiPageType +ms.date: 12/01/2024 --- # Get payloadDetail