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/beta/api/security-ediscoverysearch-post-additionalsources.md
+43-4Lines changed: 43 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ You can specify the following properties when you create a **dataSource**.
56
56
If successful, this method returns a `201 Created` and a [microsoft.graph.security.dataSource](../resources/security-datasource.md) object in the response body.
57
57
58
58
## Examples
59
-
60
-
### Request
61
-
The following example shows a request.
59
+
### Example 1: Create an additional eDiscovery source from a site source
60
+
####Request
61
+
The following example shows a request that creates an eDiscovery source from a site source.
62
62
63
63
# [HTTP](#tab/http)
64
64
<!-- {
@@ -111,7 +111,7 @@ POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/{ediscovery
111
111
112
112
---
113
113
114
-
### Response
114
+
####Response
115
115
The following example shows the response.
116
116
>**Note:** The response object shown here might be shortened for readability.
117
117
<!-- {
@@ -140,3 +140,42 @@ HTTP/1.1 201 Created
140
140
}
141
141
}
142
142
```
143
+
### Example 2: Create an additional eDiscovery source from a user source
144
+
### Request
145
+
The following example shows a request that creates an eDiscovery source from a user source.
146
+
147
+
```
148
+
POST https://graph.microsoft.com/beta/security/cases/ediscoveryCases/17011798-ca63-4282-9cb3-0086f1042bfc/searches/2f5cc5a6-9728-4ba0-acfa-edce25e91244/additionalSources
Copy file name to clipboardExpand all lines: api-reference/v1.0/api/security-ediscoverysearch-post-additionalsources.md
+43-4Lines changed: 43 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,9 @@ You can specify the following properties when you create a **dataSource**.
56
56
If successful, this method returns a `201 Created` and a [microsoft.graph.security.dataSource](../resources/security-ediscoverysearch.md) object in the response body.
57
57
58
58
## Examples
59
-
60
-
### Request
61
-
The following example shows a request.
59
+
### Example 1: Create an additional eDiscovery source from a site source
60
+
####Request
61
+
The following example shows a request that creates an eDiscovery source from a site source.
62
62
63
63
# [HTTP](#tab/http)
64
64
<!-- {
@@ -111,7 +111,7 @@ POST https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/{ediscovery
111
111
112
112
---
113
113
114
-
### Response
114
+
####Response
115
115
The following example shows the response.
116
116
>**Note:** The response object shown here might be shortened for readability.
117
117
<!-- {
@@ -140,3 +140,42 @@ HTTP/1.1 201 Created
140
140
}
141
141
}
142
142
```
143
+
### Example 2: Create an additional eDiscovery source from a user source
144
+
#### Request
145
+
The following example shows a request that creates an eDiscovery source from a user source.
146
+
147
+
```
148
+
POST https://graph.microsoft.com/v1.0/security/cases/ediscoveryCases/17011798-ca63-4282-9cb3-0086f1042bfc/searches/2f5cc5a6-9728-4ba0-acfa-edce25e91244/additionalSources
0 commit comments