From: Mark Schouten Date: Fri, 5 Aug 2016 13:18:10 +0000 (+0200) Subject: Fix nitpicking issues X-Git-Tag: dnsdist-1.1.0-beta2~138^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bed925bd51e8243b93a060c6715909b4b934880d;p=thirdparty%2Fpdns.git Fix nitpicking issues --- diff --git a/docs/markdown/httpapi/api_spec.md b/docs/markdown/httpapi/api_spec.md index cbca44ed31..fe4990e316 100644 --- a/docs/markdown/httpapi/api_spec.md +++ b/docs/markdown/httpapi/api_spec.md @@ -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": "", "object_type": "zone", "zone_id": "" - }, + } For a record: @@ -746,7 +748,7 @@ For a record: "type": "", "zone": ", "zone_id": "" - }, + } For a comment: