From 17b37977cf6fa496b874e6c67b9590100112ec3f Mon Sep 17 00:00:00 2001 From: Shreyas Zare Date: Sat, 2 Oct 2021 13:19:31 +0530 Subject: [PATCH] updated api docs --- APIDOCS.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/APIDOCS.md b/APIDOCS.md index 056aab2f..f112481b 100644 --- a/APIDOCS.md +++ b/APIDOCS.md @@ -125,8 +125,13 @@ RESPONSE: { "response": { "updateAvailable": true, - "displayText": "New version available!", - "downloadLink": "https://download.technitium.com/dns/DnsServerSetup.zip" + "updateVersion": "7.0", + "currentVersion": "7.0", + "updateTitle": "New Update Available!", + "updateMessage": "Follow the instructions from the link below to update the DNS server to the latest version. Read the change logs before installing the update to know if there are any breaking changes.", + "downloadLink": "https://download.technitium.com/dns/DnsServerSetup.zip", + "instructionsLink": "https://blog.technitium.com/2017/11/running-dns-server-on-ubuntu-linux.html", + "changeLogLink": "https://github.com/TechnitiumSoftware/DnsServer/blob/master/CHANGELOG.md" }, "status": "ok" }