Skip to content

Commit 99d4511

Browse files
authored
Fix doc structure (#28699)
* Fix doc sturucture Updated response section to clarify response codes and headers. * Update userdatasecurityandgovernance-processcontent.md
1 parent 7831a9c commit 99d4511

2 files changed

Lines changed: 10 additions & 10 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

0 commit comments

Comments
 (0)