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

Signed-off-by: Logan Saso <logansaso@gmail.com>
This commit is contained in:
Logan Saso 2022-07-19 11:35:30 -07:00 committed by Denton Gentry
parent 9514ed33d2
commit f7a36dfeb1
1 changed files with 1 additions and 1 deletions

2
api.md
View File

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