From 88803bd518d82212f1cbf4637e90d3486879b478 Mon Sep 17 00:00:00 2001 From: sbreingold-ms <225834603+sbreingold-ms@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:59:20 +0200 Subject: [PATCH 1/2] wi-539396-part-2-remove-reviewed-secure-score --- api-reference/v1.0/api/securescorecontrolprofile-update.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/api-reference/v1.0/api/securescorecontrolprofile-update.md b/api-reference/v1.0/api/securescorecontrolprofile-update.md index a09d7a28373..2521637a1c6 100644 --- a/api-reference/v1.0/api/securescorecontrolprofile-update.md +++ b/api-reference/v1.0/api/securescorecontrolprofile-update.md @@ -12,7 +12,7 @@ ms.date: 03/06/2024 Namespace: microsoft.graph -Update an editable **secureScoreControlProfile** object within any integrated solution to change various properties, such as **assignedTo** or **tenantNote**. +Update an editable **secureScoreControlProfile** object within any integrated solution to change various properties, such as **tenantNote**. [!INCLUDE [national-cloud-support](../../includes/global-us.md)] @@ -223,9 +223,6 @@ Content-type: application/json "complianceInformation": null, "controlStateUpdates": [ { - "assignedTo": "", - "comment": "control is under 'Third Party' exception", - "state": "Third Party", "updatedBy": "user1@contoso.com", "updatedDateTime": "2019-03-19T22:37:14.628799Z" } From 37aea59a94b1919f34a0486125d2601acee83c7a Mon Sep 17 00:00:00 2001 From: Faith Moraa Ombongi Date: Mon, 29 Dec 2025 18:34:32 +0300 Subject: [PATCH 2/2] Add request header for example 2 --- api-reference/v1.0/api/securescorecontrolprofile-update.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/api-reference/v1.0/api/securescorecontrolprofile-update.md b/api-reference/v1.0/api/securescorecontrolprofile-update.md index 2521637a1c6..af28239e10a 100644 --- a/api-reference/v1.0/api/securescorecontrolprofile-update.md +++ b/api-reference/v1.0/api/securescorecontrolprofile-update.md @@ -51,7 +51,7 @@ In the request body, supply a JSON representation of the values for relevant fie If successful, this method returns a `204 No Content` response code. -If the optional request header is used, the method returns a `200 OK` response code and the updated [secureScoreControlProfiles](../resources/securescorecontrolprofile.md) object in the response body. +If the optional `Prefer: return=representation` request header is used, the method returns a `200 OK` response code and the updated [secureScoreControlProfiles](../resources/securescorecontrolprofile.md) object in the response body. ## Example @@ -141,6 +141,7 @@ The following example shows a request that includes the `Prefer` request header. ```http PATCH https://graph.microsoft.com/v1.0/security/secureScoreControlProfiles/NonOwnerAccess Content-type: application/json +Prefer: return=representation { "vendorInformation": {