Skip to content

Commit b7a6ffb

Browse files
corrected response
1 parent 32cd0a5 commit b7a6ffb

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/content/partials/magic-wan/connector/app-aware-policies/breakout-prioritized.mdx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,15 @@ The traffic for the application you chose {props.whatHappensApp}.
166166

167167
```json output
168168
{
169-
"result": {
170-
"account_app_id": "<APP_ID>",
171-
"name": "<APP_NAME>",
172-
"type": "<BREAKOUT_OR_PRIORITY>"
173-
},
174-
"success": true,
175-
"errors": [],
176-
"messages": []
169+
"result": {
170+
"id": "<APP_ID>",
171+
"site_id": "<SITE_ID>",
172+
"managed_app_id": "<APP_NAME>",
173+
"breakout": true
174+
},
175+
"success": true,
176+
"errors": [],
177+
"messages": []
177178
}
178179
```
179180

0 commit comments

Comments
 (0)