Skip to content

Commit 1ade5a4

Browse files
authored
Update backuprestoreroot-enable.md
1 parent 48dc367 commit 1ade5a4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

api-reference/beta/api/backuprestoreroot-enable.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ doc_type: apiPageType
1212

1313
Namespace: microsoft.graph
1414

15-
[!INCLUDE [beta-disclaimer](../../includes/beta-disclaimer.md)]
16-
1715
Enable the [Microsoft 365 Backup Storage](../resources/backuprestoreroot.md) service for a tenant.
1816

1917
[!INCLUDE [national-cloud-support](../../includes/global-only.md)]
@@ -47,7 +45,7 @@ In the request body, supply a JSON representation of the following parameter.
4745

4846
|Parameter|Type|Description|
4947
|:---|:---|:---|
50-
|appOwnerTenantId|String|The ID of the tenant in which this application is registered. Required.|
48+
|appOwnerTenantId|String|The ID of the owning tenant in which the billing profile is created.|
5149

5250
## Response
5351

@@ -58,14 +56,15 @@ If successful, this action returns a `200 OK` response code and a [serviceStatus
5856
### Request
5957

6058
The following example shows a request.
59+
6160
# [HTTP](#tab/http)
6261
<!-- {
6362
"blockType": "request",
6463
"name": "backuprestoreroot_enable"
6564
}
6665
-->
6766
``` http
68-
POST https://graph.microsoft.com/beta/solutions/backupRestore/enable
67+
POST https://graph.microsoft.com/v1.0/solutions/backupRestore/enable
6968
7069
{
7170
"appOwnerTenantId": "23014d8c-71fe-4d00-a01a-31850bc5b42a"
@@ -135,4 +134,3 @@ HTTP/1.1 200 OK
135134
"lastModifiedDateTime":"2023-06-19T12:01:03.45Z"
136135
}
137136
```
138-

0 commit comments

Comments
 (0)