Skip to content

Commit 0be4107

Browse files
committed
Replace {route_id}
1 parent ff838dd commit 0be4107

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/content/docs/cloudflare-one/tutorials/user-selectable-egress-ips.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ After creating your virtual networks, route your private network CIDRs over each
9090

9191
```bash
9292
curl --request PATCH \
93-
https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/teamnet/routes/{route_id} \
93+
https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/teamnet/routes/$ROUTE_ID \
9494
--header "Authorization: Bearer <API_TOKEN>" \
9595
--header "Content-Type: application/json" \
9696
--data '{
@@ -106,7 +106,7 @@ After creating your virtual networks, route your private network CIDRs over each
106106

107107
```bash
108108
curl --request PATCH \
109-
https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/teamnet/routes/{route_id} \
109+
https://api.cloudflare.com/client/v4/accounts/$ACCOUNT_ID/teamnet/routes/$ROUTE_ID \
110110
--header "Authorization: Bearer <API_TOKEN>" \
111111
--header "Content-Type: application/json" \
112112
--data '{

0 commit comments

Comments
 (0)