Skip to content

Commit a3fa562

Browse files
corrected names
1 parent eabcd3e commit a3fa562

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/partials/networking-services/mconn/app-aware-policies/breakout-prioritized.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Before you can add or remove {props.featureName} applications to your Connector,
6060

6161
To add applications to your account:
6262

63-
2. Send a `POST` request to add new apps to the breakout traffic policy.
63+
Send a `POST` request to add new apps to the {props.featureName} policy.
6464

6565
<APIRequest
6666
path="/accounts/{account_id}/magic/apps"
@@ -130,7 +130,7 @@ The traffic for the application you chose {props.whatHappensApp}.
130130

131131
Take note of the `"managed_app_id"` value for any application you want to add.
132132

133-
2. Send a `POST` request to add new apps to the breakout traffic policy.
133+
2. Send a `POST` request to add new apps to the {props.featureName} policy.
134134

135135
<APIRequest
136136
path="/accounts/{account_id}/magic/sites/{site_id}/app_configs"
@@ -194,7 +194,7 @@ The traffic for the application you chose {props.whatHappensApp}.
194194

195195
Take note of the `"id"` value for the application that want to delete.
196196

197-
2. Send a `DELETE` request to delete an application from the breakout traffic policy.
197+
2. Send a `DELETE` request to delete an application from the {props.featureName} policy.
198198

199199
<CURL
200200
url="https://api.cloudflare.com/client/v4/accounts/{account_id}/magic/sites/{site_id}/app_configs/{id}"

0 commit comments

Comments
 (0)