Skip to content

Commit

Permalink
Update authenticationeventlistener-update.md
Browse files Browse the repository at this point in the history
Lauragra authored Oct 26, 2024
1 parent e63df7c commit 9795bf1
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions api-reference/v1.0/api/authenticationeventlistener-update.md
Original file line number Diff line number Diff line change
@@ -60,8 +60,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:
### Example 1: Update an authentication event listener's trigger conditions

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

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

---

### Response
#### Response
The following example shows the response.
<!-- {
"blockType": "response",
@@ -132,8 +134,10 @@ The following example shows the response.
HTTP/1.1 204 No Content
```

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

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

<!-- {
"blockType": "request",
@@ -151,7 +155,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:

<!-- {

0 comments on commit 9795bf1

Please sign in to comment.