From f7a36dfeb106f0f6f270e8d4d5552669ac5de59b Mon Sep 17 00:00:00 2001 From: Logan Saso Date: Tue, 19 Jul 2022 11:35:30 -0700 Subject: [PATCH] api.md: added missing quote to POST DNS Searchpaths request body example Signed-off-by: Logan Saso --- api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api.md b/api.md index 9aa5a9f4c..57d69950f 100644 --- a/api.md +++ b/api.md @@ -1120,7 +1120,7 @@ Replaces the list of searchpaths with the list supplied by the user and returns `searchPaths` - A list of searchpaths in JSON. ``` { - "searchPaths: ["user1.example.com", "user2.example.com"] + "searchPaths": ["user1.example.com", "user2.example.com"] } ```