Skip to content

Commit

Permalink
Merge pull request #9097 from bernawy/patch-1
Browse files Browse the repository at this point in the history
Corrected the method and request
  • Loading branch information
Lauragra authored Feb 9, 2024
2 parents 3e8e22b + 76968da commit 9a7723b
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The work or school account needs to belong to one of the following roles:
<!-- { "blockType": "ignored" } -->

```http
PATCH /identity/b2cUserFlows/{userflow-id}/userflowIdentityProviders/$ref
POST /identity/b2cUserFlows/{userflow-id}/userflowIdentityProviders/$ref
```

## Request headers
Expand Down Expand Up @@ -66,12 +66,11 @@ The following example shows a request.
-->

``` http
PATCH https://graph.microsoft.com/beta/identity/b2cUserFlows/B2C_test_signin_signup/userflowIdentityProviders/$ref
POST https://graph.microsoft.com/beta/identity/b2cUserFlows/B2C_test_signin_signup/userflowIdentityProviders/$ref
Content-type: application/json
{
"@odata.id": "https://graph.microsoft.com/beta/identity/identityProviders/{id}",
"@odata.type": "#microsoft.graph.identityProvider"
"@odata.id": "https://graph.microsoft.com/beta/identity/identityProviders/{id}"
}
```

Expand Down

0 comments on commit 9a7723b

Please sign in to comment.