Skip to content

Commit d814742

Browse files
authored
Merge pull request #28298 from microsoftgraph/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/microsoftgraph/microsoft-graph-docs-contrib (branch main)
2 parents 7efd040 + 3ab6ea2 commit d814742

4 files changed

Lines changed: 13 additions & 11 deletions

File tree

api-reference/v1.0/api/authenticationstrengthpolicy-post-combinationconfigurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The following example shows a request.
7070
}
7171
-->
7272
``` http
73-
POST https://graph.microsoft.com/v1.0/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicyId}//combinationConfigurations
73+
POST https://graph.microsoft.com/v1.0/identity/conditionalAccess/authenticationStrength/policies/{authenticationStrengthPolicyId}/combinationConfigurations
7474
Content-Type: application/json
7575
Content-length: 130
7676

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The following example changes the role of a tenant in a multitenant organization
6464
}
6565
-->
6666
```http
67-
PATCH https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenant/5036a0a0-a7a4-4933-9086-5dd54535dd6e
67+
PATCH https://graph.microsoft.com/v1.0/tenantRelationships/multiTenantOrganization/tenants/5036a0a0-a7a4-4933-9086-5dd54535dd6e
6868
Content-Type: application/json
6969
7070
{

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

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,11 @@ PATCH /users/{id}/authentication/qrCodePinMethod/temporaryQRCode
6969

7070
If successful, this method returns a `201 Created` response code and an updated [qrCode](../resources/qrcode.md) object in the response body. The QR code image is returned only when creating a QR code object. It's not returned when updating a standard QR code object.
7171

72-
## Examples to create a standard QR code
72+
## Examples
7373

74-
### Request
74+
### Example 1: Create a standard QR code
75+
76+
#### Request
7577

7678
The following example shows a request.
7779
<!-- {
@@ -91,7 +93,7 @@ Content-Type: application/json
9193
}
9294
```
9395

94-
### Response
96+
#### Response
9597

9698
The following example shows the response.
9799
>**Note:** The response object shown here might be shortened for readability.
@@ -122,9 +124,9 @@ Content-Type: application/json
122124
}
123125
```
124126

125-
## Examples to update a standard QR code
127+
### Example 2: Update a standard QR code
126128

127-
### Request
129+
#### Request
128130

129131
The following example shows a request.
130132
<!-- {
@@ -143,7 +145,7 @@ Content-Type: application/json
143145
}
144146
```
145147

146-
### Response
148+
#### Response
147149

148150
The following example shows the response.
149151
>**Note:** The response object shown here might be shortened for readability.

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ Don't supply a request body for this method.
4747

4848
If successful, this method returns a `200 OK` response code and a [servicePrincipalRiskDetection](../resources/serviceprincipalriskdetection.md) object in the response body.
4949

50-
### Example: Get a specific risk detection object
50+
## Example
5151

52-
#### Request
52+
### Request
5353

5454

5555
# [HTTP](#tab/http)
@@ -92,7 +92,7 @@ GET https://graph.microsoft.com/v1.0/identityProtection/servicePrincipalRiskDete
9292

9393
---
9494

95-
#### Response
95+
### Response
9696
>**Note:** The response object shown here might be shortened for readability.
9797
<!-- {
9898
"blockType": "response",

0 commit comments

Comments
 (0)