Skip to content

Commit f996216

Browse files
authored
Formatting.
1 parent 48bffae commit f996216

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ HTTP/1.1 204 No Content
143143
### Request
144144
The following example shows a request to add an application to an authentication event listener's trigger conditions:
145145

146-
# [HTTP](#tab/http)
147146
<!-- {
148147
"blockType": "request",
149148
"name": "update_authenticationeventlistener"
@@ -152,13 +151,13 @@ The following example shows a request to add an application to an authentication
152151
``` http
153152
POST https://graph.microsoft.com/beta/identity/authenticationEventListeners/0313cc37-d421-421d-857b-87804d61e33e/conditions/applications/includeApplications
154153
Content-Type: application/json
154+
155155
{
156156
"@odata.type": "#microsoft.graph.authenticationConditionApplication",
157157
"appId": "63856651-13d9-4784-9abf-20758d509e19"
158158
}
159159
```
160160

161-
---
162161

163162
### Response
164163
The following example shows the response to a request to add an application to an authentication event listener's trigger conditions:
@@ -172,6 +171,7 @@ The following example shows the response to a request to add an application to a
172171
``` http
173172
HTTP/1.1 201 Created
174173
Content-Type: application/json
174+
175175
{
176176
"@odata.context": "https://graph.microsoft.com/beta/$metadata#identity/authenticationEventListeners('0313cc37-d421-421d-857b-87804d61e33e')/conditions/applications/includeApplications/$entity",
177177
"appId": "63856651-13d9-4784-9abf-20758d509e19"

0 commit comments

Comments
 (0)