-
Notifications
You must be signed in to change notification settings - Fork 13
[EDU-6407] fix: replaced api v3 in secure-jornada -pt-br #1670
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
### Editando uma zona existente | ||
|
||
1. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` com o seu [personal token](/en/documentation/products/guides/personal-tokens/) para buscar seu `<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 de dois espaços aqui pra esse tipo de conteúdo (119 e 120)?
|
||
### Editando uma zona existente | ||
|
||
1. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` com o seu [personal token](/en/documentation/products/guides/personal-tokens/) para buscar seu `<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.
1. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` com o seu [personal token](/en/documentation/products/guides/personal-tokens/) para buscar seu `<zoneId>`: | |
1. Execute a seguinte requisição `GET` no seu terminal, substituindo `[TOKEN VALUE]` com o seu [personal token](/pt-br/documentacao/produtos/guias/personal-tokens/) para buscar seu `<zoneId>`: |
--header 'Authorization: [TOKEN VALUE]' | ||
``` | ||
|
||
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: |
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.
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: | |
2. Execute a seguinte requisição `PATCH` no seu terminal, substituindo `[TOKEN VALUE]` com o seu [personal token](/pt-br/documentacao/produtos/guias/personal-tokens/) e `<zoneId>` com o ID da zona DNS para editar uma zona existente: |
No description provided.