Skip to content

Commit

Permalink
Update authenticationeventlistener-update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Lauragra authored Oct 26, 2024
1 parent ab61721 commit e63df7c
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions api-reference/beta/api/authenticationeventlistener-update.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,10 @@ If successful, this method returns a `204 No Content` response code.

## Examples

### Request
The following example shows a request to update an authentication event listener's trigger conditions or priority:
### Example 1: Update an authentication event listener's trigger conditions or priority

#### Request
The following example shows a request to update an authentication event listener's trigger conditions or priority.
# [HTTP](#tab/http)
<!-- {
"blockType": "request",
Expand Down Expand Up @@ -129,7 +131,7 @@ Content-Type: application/json

---

### Response
#### Response
The following example shows the response.
<!-- {
"blockType": "response",
Expand All @@ -139,9 +141,11 @@ The following example shows the response.
``` http
HTTP/1.1 204 No Content
```
### Example 2: Add an application to an authentication event listener's trigger conditions

#### Request

### Request
The following example shows a request to add an application to an authentication event listener's trigger conditions:
The following example shows a request to add an application to an authentication event listener's trigger conditions.

<!-- {
"blockType": "request",
Expand All @@ -159,7 +163,7 @@ Content-Type: application/json
```


### Response
#### Response
The following example shows the response to a request to add an application to an authentication event listener's trigger conditions:

<!-- {
Expand Down

0 comments on commit e63df7c

Please sign in to comment.