Skip to content

Commit

Permalink
[DOCS] Fix boolean for native connectors (#116394)
Browse files Browse the repository at this point in the history
  • Loading branch information
leemthompo authored Nov 7, 2024
1 parent bf3fcb7 commit 22c55fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ PUT _connector/my-{service-name-stub}-connector
"index_name": "my-elasticsearch-index",
"name": "Content synced from {service-name}",
"service_type": "{service-name-stub}",
"is_native": "true"
"is_native": true
}
----
// TEST[skip:can't test in isolation]
Expand Down

0 comments on commit 22c55fa

Please sign in to comment.