]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix nitpicking issues 4289/head
authorMark Schouten <mark@tuxis.nl>
Fri, 5 Aug 2016 13:18:10 +0000 (15:18 +0200)
committerMark Schouten <mark@tuxis.nl>
Fri, 5 Aug 2016 13:18:10 +0000 (15:18 +0200)
docs/markdown/httpapi/api_spec.md

index cbca44ed31fba9ceebf2a4d8b1a4407d38e08668..fe4990e31608b49e3673f33e22c6b522bcc36f7d 100644 (file)
@@ -719,12 +719,14 @@ Data searching
 URL: /api/v1/servers/localhost/search-data?q=:search\_term&max=:max\_results
 ---------------------------------------------------------------------------
 
+**Note**: Authoritative only.
+
 Allowed methods: `GET`
 
 #### GET
 
 Search the data inside PowerDNS for :search\_term and return at most
-:max\_results. This includes zones, records and comments. Responsebody is an
+:max\_results. This includes zones, records and comments. Response body is an
 array of one or more of the following objects:
 
 For a zone:
@@ -733,7 +735,7 @@ For a zone:
       "name": "<zonename>",
       "object_type": "zone",
       "zone_id": "<zoneid>"
-    },
+    }
 
 For a record:
 
@@ -746,7 +748,7 @@ For a record:
       "type": "<type>",
       "zone": "<zonename>,
       "zone_id": "<zoneid>"
-    },
+    }
 
 For a comment: