Skip to content

Commit b6af45d

Browse files
committed
[DOCS] Fix boolean for native connectors (#116394)
(cherry picked from commit 22c55fa)
1 parent 94498b4 commit b6af45d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/connector/docs/_connectors-create-native.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ PUT _connector/my-{service-name-stub}-connector
2222
"index_name": "my-elasticsearch-index",
2323
"name": "Content synced from {service-name}",
2424
"service_type": "{service-name-stub}",
25-
"is_native": "true"
25+
"is_native": true
2626
}
2727
----
2828
// TEST[skip:can't test in isolation]

0 commit comments

Comments
 (0)