Skip to content

Commit ab61721

Browse files
authored
Formatting.
1 parent f996216 commit ab61721

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api-reference/v1.0/api/authenticationeventlistener-update.md

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

138-
# [HTTP](#tab/http)
139138
<!-- {
140139
"blockType": "request",
141140
"name": "update_authenticationeventlistener"
@@ -144,13 +143,13 @@ The following example shows a request to add an application to an authentication
144143
``` http
145144
POST https://graph.microsoft.com/v1.0/identity/authenticationEventListeners/0313cc37-d421-421d-857b-87804d61e33e/conditions/applications/includeApplications
146145
Content-Type: application/json
146+
147147
{
148148
"@odata.type": "#microsoft.graph.authenticationConditionApplication",
149149
"appId": "63856651-13d9-4784-9abf-20758d509e19"
150150
}
151151
```
152152

153-
---
154153

155154
### Response
156155
The following example shows the response to a request to add an application to an authentication event listener's trigger conditions:
@@ -164,6 +163,7 @@ The following example shows the response to a request to add an application to a
164163
``` http
165164
HTTP/1.1 201 Created
166165
Content-Type: application/json
166+
167167
{
168168
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#identity/authenticationEventListeners('0313cc37-d421-421d-857b-87804d61e33e')/conditions/applications/includeApplications/$entity",
169169
"appId": "63856651-13d9-4784-9abf-20758d509e19"

0 commit comments

Comments
 (0)