You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api-reference/beta/api/authenticationeventlistener-update.md
+37Lines changed: 37 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -140,3 +140,40 @@ The following example shows the response.
140
140
HTTP/1.1 204 No Content
141
141
```
142
142
143
+
### Request
144
+
The following example shows a request to add an application to an authentication event listener's trigger conditions:
145
+
146
+
# [HTTP](#tab/http)
147
+
<!-- {
148
+
"blockType": "request",
149
+
"name": "update_authenticationeventlistener"
150
+
}
151
+
-->
152
+
```http
153
+
POST https://graph.microsoft.com/beta/identity/authenticationEventListeners/0313cc37-d421-421d-857b-87804d61e33e/conditions/applications/includeApplications
0 commit comments