Skip to content

Commit 55a4824

Browse files
changed type
1 parent 292cb6d commit 55a4824

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ The traffic for the application you chose {props.whatHappensApp}.
100100
method="POST"
101101
json={{
102102
"name": "<MANAGED_APP_ID>",
103-
"type": props.jsonType
103+
"type": "<BREAKOUT_OR_PRIORITY>"
104104
}}
105105
/>
106106

@@ -109,7 +109,7 @@ The traffic for the application you chose {props.whatHappensApp}.
109109
"result": {
110110
"account_app_id": "<APP_ID>",
111111
"name": "<APP_NAME>",
112-
"type": props.jsonType
112+
"type": "<BREAKOUT_OR_PRIORITY>"
113113
},
114114
"success": true,
115115
"errors": [],
@@ -156,7 +156,7 @@ The traffic for the application you chose {props.whatHappensApp}.
156156
"result": {
157157
"account_app_id": "<APP_ID>",
158158
"name": "<APP_NAME>",
159-
"type": props.jsonType
159+
"type": "<BREAKOUT_OR_PRIORITY>"
160160
},
161161
"success": true,
162162
"errors": [],

0 commit comments

Comments
 (0)