Skip to content

Commit 27e6bdb

Browse files
authored
Merge pull request #25021 from microsoftgraph/opwinfreyATL-ELM-PathFix
Correct Path url for v1 Entitlement management
2 parents 092b56a + 6ae586c commit 27e6bdb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

api-reference/v1.0/api/accesspackageassignmentpolicy-get.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ The following example shows a request.
163163
}-->
164164

165165
```msgraph-interactive
166-
GET https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/4540a08f-8ab5-43f6-a923-015275799197?$expand=customExtensionStageSettings($expand=customExtension)
166+
GET https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/assignmentPolicies/4540a08f-8ab5-43f6-a923-015275799197?$expand=customExtensionStageSettings($expand=customExtension)
167167
```
168168

169169
#### Response

api-reference/v1.0/api/accesspackageassignmentpolicy-update.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following example shows a request.
7676
}
7777
-->
7878
``` http
79-
PUT https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/accessPackageassignmentPolicies/87e1c7f7-c7f7-87e1-f7c7-e187f7c7e187
79+
PUT https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/assignmentPolicies/87e1c7f7-c7f7-87e1-f7c7-e187f7c7e187
8080
Content-Type: application/json
8181
8282
{
@@ -169,7 +169,7 @@ The following example shows a request.
169169
-->
170170

171171
```http
172-
PUT https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/4540a08f-8ab5-43f6-a923-015275799197
172+
PUT https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/assignmentPolicies/4540a08f-8ab5-43f6-a923-015275799197
173173
Content-Type: application/json
174174
175175
{
@@ -241,7 +241,7 @@ The following example shows a request.
241241
-->
242242

243243
```http
244-
PUT https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/accessPackageAssignmentPolicies/f9afd2e3-7486-40df-9c35-aa2ae108c495
244+
PUT https://graph.microsoft.com/v1.0/identityGovernance/entitlementManagement/assignmentPolicies/f9afd2e3-7486-40df-9c35-aa2ae108c495
245245
Content-Type: application/json
246246
247247
{

0 commit comments

Comments
 (0)