Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions api-reference/v1.0/api/orgcontact-retryserviceprovisioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Choose the permission or permissions marked as least privileged for this API. Us
## HTTP request
<!-- { "blockType": "ignored" } -->
```http
POST /orgContacts/{id}/retryServiceProvisioning
POST /contacts/{id}/retryServiceProvisioning
```

## Request headers
Expand Down Expand Up @@ -58,7 +58,7 @@ The following example shows a request.
"name": "orgcontact_retryserviceprovisioning"
}-->
```http
POST https://graph.microsoft.com/v1.0/orgContacts/{id}/retryServiceProvisioning
POST https://graph.microsoft.com/v1.0/contacts/{id}/retryServiceProvisioning
```

### Response
Expand Down