Skip to content

Commit 12d1833

Browse files
authored
Update editar-main-settings.mdx
1 parent d38be41 commit 12d1833

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/content/docs/pt-br/pages/secure-jornada/editar-zona/editar-main-settings.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,10 @@ Depois de configurar suas main settings, você pode adicionar registros ao seu E
119119

120120

121121
```bash
122-
curl --location 'https://api.azionapi.net/intelligent_dns' \
123-
--header 'Authorization: Token [TOKEN VALUE]' \
124-
--header 'Accept: application/json; version=3'
122+
curl --request GET \
123+
--url https://api.azion.com/v4/dns/zones \
124+
--header 'Accept: application/json' \
125+
--header 'Authorization: [TOKEN VALUE]'
125126
```
126127

127128
2. Execute a seguinte requisição `PATCH` no seu terminal, substituindo `[TOKEN VALUE]` com o seu [personal token](/en/documentation/products/guides/personal-tokens/) e `<zoneId>` com o id da zona DNS para editar uma zona existente:

0 commit comments

Comments
 (0)