Browse Source

api.md: added missing quote to POST DNS Searchpaths request body example

Signed-off-by: Logan Saso <[email protected]>
Logan Saso 3 years ago
parent
commit
f7a36dfeb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api.md

+ 1 - 1
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"]
 }
 ```