Skip to content

Commit 3ab6ea2

Browse files
authored
Merge pull request #9811 from rykoma/patch-25
Update QR code examples headers in documentation
2 parents f80b568 + c906205 commit 3ab6ea2

1 file changed

Lines changed: 8 additions & 6 deletions

File tree

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.

0 commit comments

Comments
 (0)