Skip to content

Commit 5ddb7c9

Browse files
authored
Merge branch 'main' into notes-api-beta-docs
2 parents ff7efe1 + 9389061 commit 5ddb7c9

4 files changed

Lines changed: 15 additions & 15 deletions

File tree

api-reference/beta/api/userdatasecurityandgovernance-processcontent.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@ The following table lists the parameters that are required when you call this ac
5959
|:---|:---|:---|
6060
|contentToProcess|[processContentRequest](../resources/processcontentrequest.md)|Required. The object containing the content entries and metadata (activity, device, application) to be evaluated for the specified user.|
6161

62-
## Response headers
62+
## Response
63+
64+
If successful, this action returns a `200 OK` response code and a [processContentResponse](../resources/processcontentresponse.md) in the response body or `202 Accepted`, `204 No Content` with no response body.
65+
66+
### Response headers
6367

6468
| Name | Description |
6569
| :------------ | :------------ |
6670
| ETag | An indicator that can be used to detect if configured policy state changed. If the policy state changed, the ETag value will change and protectionScopeState property returned will be "modified" and the app needs to refresh by calling [protectionScopes compute](../api/userprotectionscopecontainer-compute.md). |
6771

68-
## Response
69-
70-
If successful, this action returns a `200 OK` response code and a [processContentResponse](../resources/processcontentresponse.md) in the response body or `202 Accepted`, `204 No Content` with no response body.
71-
7272
## Examples
7373

7474
### Example 1: Enterprise AI app

api-reference/v1.0/api/userdatasecurityandgovernance-processcontent.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,16 @@ The following table lists the parameters that are required when you call this ac
5757
|:---|:---|:---|
5858
|contentToProcess|[processContentRequest](../resources/processcontentrequest.md)|Required. The object containing the content entries and metadata (activity, device, application) to be evaluated for the specified user.|
5959

60-
## Response headers
60+
## Response
61+
62+
If successful, this action returns a `200 OK` response code and a [processContentResponse](../resources/processcontentresponse.md) in the response body or `202 Accepted`, `204 No Content` with no response body.
63+
64+
### Response headers
6165

6266
| Name | Description |
6367
| :------------ | :------------ |
6468
| ETag | An indicator that can be used to detect if configured policy state changed. If the policy state changed, the ETag value will change and protectionScopeState property returned will be "modified" and the app needs to refresh by calling [protectionScopes compute](../api/userprotectionscopecontainer-compute.md). |
6569

66-
## Response
67-
68-
If successful, this action returns a `200 OK` response code and a [processContentResponse](../resources/processcontentresponse.md) in the response body or `202 Accepted`, `204 No Content` with no response body.
69-
7070
## Examples
7171

7272
### Example 1: Enterprise AI app

api-reference/v1.0/includes/permissions/itemactivity-list-permissions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ ms.localizationpriority: medium
99
|Delegated (work or school account)|Files.Read|Files.Read.All, Files.ReadWrite, Files.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All|
1010
|Delegated (personal Microsoft account)|Not supported.|Not supported.|
1111
|Application|Files.Read.All|Files.ReadWrite.All, Sites.Read.All, Sites.ReadWrite.All|
12+

concepts/whats-new-overview.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ Added the **deprecationDate** property to the [applicationTemplate](/graph/api/r
6868

6969
### Identity and access | Governance
7070

71-
- Use `default`, `notVisible`, and `visible` as supported values for the **approverInformationVisibility** property of the [accessPackageApprovalStage](/graph/api/resources/accesspackageapprovalstage?view=graph-rest-beta&preserve-view=true) and [approvalStage](/graph/api/resources/approvalstage?view=graph-rest-beta&preserve-view=true) resources to indicate whether approver information is visible to the requestor.
72-
73-
### Files
74-
75-
- Use the **height** and **width** query parameters on the [driveItem content conversion API](/graph/api/driveitem-get-content-format?view=graph-rest-beta&preserve-view=true) to download a file in another format when `format=jpg`.
71+
Use `default`, `notVisible`, and `visible` as supported values for the **approverInformationVisibility** property of the [accessPackageApprovalStage](/graph/api/resources/accesspackageapprovalstage?view=graph-rest-beta&preserve-view=true) and [approvalStage](/graph/api/resources/approvalstage?view=graph-rest-beta&preserve-view=true) resources to indicate whether approver information is visible to the requestor.
7672

7773
### Identity and access | Identity and sign-in
7874

@@ -90,6 +86,9 @@ Introduced the new notes API that enables users to create and manage simple note
9086
- [List attachments](/graph/api/note-list-attachments?view=graph-rest-beta&preserve-view=true) for a note.
9187
- [Create an attachment](/graph/api/note-post-attachments?view=graph-rest-beta&preserve-view=true) on a note.
9288
- [Delete an attachment](/graph/api/attachment-delete?view=graph-rest-beta&preserve-view=true) from a note.
89+
### Files
90+
91+
Use the **height** and **width** query parameters on the [driveItem content conversion API](/graph/api/driveitem-get-content-format?view=graph-rest-beta&preserve-view=true) to download a file in another format when `format=jpg`.
9392

9493
### People and workplace intelligence | Profile
9594

0 commit comments

Comments
 (0)