From c229fcc946d8aba0f46522546730b3fb3c9fc221 Mon Sep 17 00:00:00 2001 From: Pieter Lexis Date: Tue, 20 Dec 2016 20:08:42 +0100 Subject: [PATCH] Document wildcards for the API --- docs/markdown/httpapi/api_spec.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/markdown/httpapi/api_spec.md b/docs/markdown/httpapi/api_spec.md index 8604dcb3a..5bcbf5ada 100644 --- a/docs/markdown/httpapi/api_spec.md +++ b/docs/markdown/httpapi/api_spec.md @@ -797,8 +797,10 @@ Allowed methods: `GET` #### GET Search the data inside PowerDNS for :search\_term and return at most -:max\_results. This includes zones, records and comments. Response body is an -array of one or more of the following objects: +:max\_results. This includes zones, records and comments. +The `*` character can be used in :search\_term as a wildcard character and the `?` character can be used as a wildcard for a single character. + +Response body is an array of one or more of the following objects: For a zone: -- 2.40.0