mirror of
https://github.com/tailscale/tailscale.git
synced 2025-12-14 11:31:57 +00:00
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:
committed by
Denton Gentry
parent
9514ed33d2
commit
f7a36dfeb1
2
api.md
2
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` - A list of searchpaths in JSON.
|
||||||
```
|
```
|
||||||
{
|
{
|
||||||
"searchPaths: ["user1.example.com", "user2.example.com"]
|
"searchPaths": ["user1.example.com", "user2.example.com"]
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user