Skip to content

Commit 72b51ad

Browse files
committed
revert code
1 parent 9d1683c commit 72b51ad

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

api-reference/beta/api/externaloriginresourceconnector-delete.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3535
}
3636
-->
3737
``` http
38-
DELETE /identityGovernance/entitlementManagement/externalOriginResourceConnectors
38+
DELETE /identityGovernance/entitlementManagement/externalOriginResourceConnectors({externalOriginResourceConnectorId})
3939
```
4040

4141
## Request headers
@@ -63,7 +63,7 @@ The following example shows a request.
6363
}
6464
-->
6565
``` http
66-
DELETE https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/externalOriginResourceConnectors(e363ebb8-6faa-4980-ac5b-eefc196e1cd4)
66+
DELETE https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/externalOriginResourceConnectors($expand=e363ebb8-6faa-4980-ac5b-eefc196e1cd4)
6767
```
6868

6969

api-reference/beta/api/externaloriginresourceconnector-update.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
3636
}
3737
-->
3838
``` http
39-
PATCH /identityGovernance/entitlementManagement/externalOriginResourceConnectors
39+
PATCH /identityGovernance/entitlementManagement/externalOriginResourceConnectors({externalOriginResourceConnectorId})
4040
```
4141

4242
## Request headers
@@ -75,7 +75,7 @@ The following example shows a request.
7575
}
7676
-->
7777
``` http
78-
PATCH https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/externalOriginResourceConnectors(e363ebb8-6faa-4980-ac5b-eefc196e1cd4)
78+
PATCH https://graph.microsoft.com/beta/identityGovernance/entitlementManagement/externalOriginResourceConnectors($expand=e363ebb8-6faa-4980-ac5b-eefc196e1cd4)
7979
Content-Type: application/json
8080
8181
{

0 commit comments

Comments
 (0)