Skip to content

Commit 9795bf1

Browse files
authored
Update authenticationeventlistener-update.md
1 parent e63df7c commit 9795bf1

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,10 @@ If successful, this method returns a `204 No Content` response code.
6060

6161
## Examples
6262

63-
### Request
64-
The following example shows a request to update an authentication event listener's trigger conditions:
63+
### Example 1: Update an authentication event listener's trigger conditions
64+
65+
#### Request
66+
The following example shows a request to update an authentication event listener's trigger conditions.
6567

6668
# [HTTP](#tab/http)
6769
<!-- {
@@ -121,7 +123,7 @@ Content-Type: application/json
121123

122124
---
123125

124-
### Response
126+
#### Response
125127
The following example shows the response.
126128
<!-- {
127129
"blockType": "response",
@@ -132,8 +134,10 @@ The following example shows the response.
132134
HTTP/1.1 204 No Content
133135
```
134136

135-
### Request
136-
The following example shows a request to add an application to an authentication event listener's trigger conditions:
137+
### Example 2: Add an application to an authentication event listener's trigger conditions
138+
139+
#### Request
140+
The following example shows a request to add an application to an authentication event listener's trigger conditions.
137141

138142
<!-- {
139143
"blockType": "request",
@@ -151,7 +155,7 @@ Content-Type: application/json
151155
```
152156

153157

154-
### Response
158+
#### Response
155159
The following example shows the response to a request to add an application to an authentication event listener's trigger conditions:
156160

157161
<!-- {

0 commit comments

Comments
 (0)