Skip to content

Commit e63df7c

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

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

api-reference/beta/api/authenticationeventlistener-update.md

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

7373
## Examples
7474

75-
### Request
76-
The following example shows a request to update an authentication event listener's trigger conditions or priority:
75+
### Example 1: Update an authentication event listener's trigger conditions or priority
76+
77+
#### Request
78+
The following example shows a request to update an authentication event listener's trigger conditions or priority.
7779
# [HTTP](#tab/http)
7880
<!-- {
7981
"blockType": "request",
@@ -129,7 +131,7 @@ Content-Type: application/json
129131

130132
---
131133

132-
### Response
134+
#### Response
133135
The following example shows the response.
134136
<!-- {
135137
"blockType": "response",
@@ -139,9 +141,11 @@ The following example shows the response.
139141
``` http
140142
HTTP/1.1 204 No Content
141143
```
144+
### Example 2: Add an application to an authentication event listener's trigger conditions
145+
146+
#### Request
142147

143-
### Request
144-
The following example shows a request to add an application to an authentication event listener's trigger conditions:
148+
The following example shows a request to add an application to an authentication event listener's trigger conditions.
145149

146150
<!-- {
147151
"blockType": "request",
@@ -159,7 +163,7 @@ Content-Type: application/json
159163
```
160164

161165

162-
### Response
166+
#### Response
163167
The following example shows the response to a request to add an application to an authentication event listener's trigger conditions:
164168

165169
<!-- {

0 commit comments

Comments
 (0)