From f80e71c07a1e5038bac52109a537f2ef1d4fa9f4 Mon Sep 17 00:00:00 2001 From: Aki Tuomi Date: Thu, 5 Nov 2015 11:01:26 +0200 Subject: [PATCH] Add note about priority field --- docs/markdown/authoritative/backend-remote.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/markdown/authoritative/backend-remote.md b/docs/markdown/authoritative/backend-remote.md index 64538d164..ad1c64d0b 100644 --- a/docs/markdown/authoritative/backend-remote.md +++ b/docs/markdown/authoritative/backend-remote.md @@ -108,6 +108,7 @@ This method is used to do the basic query. You can omit auth, but if you are usi * Optional parameters: remote, local, real-remote * Reply: array of `qtype,qname,content,ttl,domain\_id,scopeMask,auth` * Optional values: domain\_id, scopeMask and auth +* Note: priority field is required before 4.0, after 4.0 priority is added to content. #### Example JSON/RPC Query: -- 2.40.0