Rename /api/dns/cacheinfo to /api/dns/cache

Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
DL6ER
2020-06-17 21:58:45 +02:00
parent efa45649bf
commit 1a5de9b086
3 changed files with 5 additions and 5 deletions
@@ -1,8 +1,8 @@
# DNS - Cache Info
## GET: Obtain cache information
## GET: Obtain information about Pi-hole's DNS cache
Resource: `GET /admin/api/dns/cacheinfo`
Resource: `GET /admin/api/dns/cache`
Requires authorization: No
+3 -3
View File
@@ -119,9 +119,9 @@ nav:
- 'Examples': database/gravity/example.md
- 'Pi-hole API':
- 'Overview': api/index.md
- 'DNS':
- 'Status': api/dns/status.md
- 'Cache Info': api/dns/cacheinfo.md
- 'DNS Information':
- '/dns/blocking': api/dns/blocking.md
- '/dns/cache': api/dns/cache.md
- 'Domain Lists': api/domainlists.md
- 'FTL':
- 'Network': api/tbd.md