From bed925bd51e8243b93a060c6715909b4b934880d Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Fri, 5 Aug 2016 15:18:10 +0200 Subject: [PATCH] Fix nitpicking issues --- docs/markdown/httpapi/api_spec.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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: -- 2.47.2