You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/v1.0/api/securescorecontrolprofile-update.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ms.date: 03/06/2024
12
12
13
13
Namespace: microsoft.graph
14
14
15
-
Update an editable **secureScoreControlProfile** object within any integrated solution to change various properties, such as **assignedTo** or **tenantNote**.
15
+
Update an editable **secureScoreControlProfile** object within any integrated solution to change various properties, such as **tenantNote**.
@@ -51,7 +51,7 @@ In the request body, supply a JSON representation of the values for relevant fie
51
51
52
52
If successful, this method returns a `204 No Content` response code.
53
53
54
-
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.
54
+
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.
55
55
56
56
## Example
57
57
@@ -141,6 +141,7 @@ The following example shows a request that includes the `Prefer` request header.
0 commit comments