Skip to content

Commit 6ead37d

Browse files
refined commands
1 parent 6c39a68 commit 6ead37d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ params:
33
- magicWord
44
- featureName
55
- whatHappensApp
6+
- jsonType
67
---
78

89
import { APIRequest, Aside, AnchorHeading, Render, TabItem, Tabs } from "~/components";
@@ -82,7 +83,7 @@ The traffic for the application you chose {props.whatHappensApp}.
8283
path="/accounts/{account_id}/magic/apps"
8384
method="POST"
8485
json={{
85-
"name": "<APP_NAME>",
86+
"name": "<MANAGED_APP_ID>",
8687
"type": props.jsonType
8788
}}
8889
/>

0 commit comments

Comments
 (0)