Skip to content

Commit f2bd3d4

Browse files
Fix URLs for other view actions
1 parent dc69bf9 commit f2bd3d4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/content/docs/dns/internal-dns/dns-views.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ Use the [Create Internal DNS View](/api/resources/dns/subresources/settings/subr
2424

2525
## Delete a view
2626

27-
Use the [Delete Internal DNS View](/api/resources/dns/subresources/settings/subresources/views/methods/delete/) endpoint.
27+
Use the [Delete Internal DNS View](/api/resources/dns/subresources/settings/subresources/account/subresources/views/methods/delete/) endpoint.
2828

2929
DNS views can be deleted even if they still have internal zones linked to them. The internal DNS zones will continue to exist but will be unlinked once the view is deleted.
3030

3131
It is also possible to delete a DNS view that is being referenced by a Gateway resolver policy. In this case, queries matching the policy will return SERVFAIL.
3232

3333
## Other actions
3434

35-
- [Update a DNS view](/api/resources/dns/subresources/settings/subresources/views/methods/edit/) (`PATCH`)
36-
- [Get view details](/api/resources/dns/subresources/settings/subresources/views/methods/get/) (`GET`)
37-
- [List DNS views](/api/resources/dns/subresources/settings/subresources/views/methods/list/) (`GET`)
35+
- [Update a DNS view](/api/resources/dns/subresources/settings/subresources/account/subresources/views/methods/edit/) (`PATCH`)
36+
- [Get view details](/api/resources/dns/subresources/settings/subresources/account/subresources/views/methods/get/) (`GET`)
37+
- [List DNS views](/api/resources/dns/subresources/settings/subresources/account/subresources/views/methods/list/) (`GET`)

0 commit comments

Comments
 (0)