-
Notifications
You must be signed in to change notification settings - Fork 13
[EDU-6407] fix: replaced api v3 in secure-journey - EN #1669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
@@ -148,9 +156,10 @@ curl --location 'https://api.azionapi.net/edge_firewall/<edge_firewall_id>/funct | |||
8. Run the following `GET` to retrieve the `id` of the `Blocked Countries Geoip` network list: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Se a linha 134 mudou pro número 6, aqui não deveria ser 7?
src/content/docs/en/pages/secure-journey/edit-zone/add-records.mdx
Outdated
Show resolved
Hide resolved
src/content/docs/en/pages/secure-journey/zone-advanced-configurations/access-root-domain.mdx
Show resolved
Hide resolved
src/content/docs/en/pages/secure-journey/edit-zone/edit-main-settings.mdx
Outdated
Show resolved
Hide resolved
### Editing an existing zone | ||
|
||
1. Run the following `GET` request in your terminal, replacing `[TOKEN VALUE]` with your [personal token](/en/documentation/products/guides/personal-tokens/) to retrieve your `<zoneId>`: | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Precisa da linha extra (120 e 121)?
--header 'Authorization: [TOKEN VALUE]' | ||
``` | ||
|
||
2. Run the following `PATCH` request in your terminal, replacing `[TOKEN VALUE]` with your [personal token](/en/documentation/products/guides/personal-tokens/) and `<zoneId>` with the id of the DNS Zone to edit an existing zone: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Onde aparece id nos arquivos não deveria ser ID?
2. Run the following `PATCH` request in your terminal, replacing `[TOKEN VALUE]` with your [personal token](/en/documentation/products/guides/personal-tokens/) and `<zoneId>` with the id of the DNS Zone to edit an existing zone: | |
2. Run the following `PATCH` request in your terminal, replacing `[TOKEN VALUE]` with your [personal token](/en/documentation/products/guides/personal-tokens/) and `<zoneId>` with the ID of the DNS Zone to edit an existing zone: |
No description provided.