[DOCS] Fix boolean for native connectors (#116394)

This commit is contained in:
Liam Thompson 2024-11-07 12:18:51 +01:00 committed by GitHub
parent bf3fcb7923
commit 22c55fa1ca
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,7 +22,7 @@ PUT _connector/my-{service-name-stub}-connector
"index_name": "my-elasticsearch-index", "index_name": "my-elasticsearch-index",
"name": "Content synced from {service-name}", "name": "Content synced from {service-name}",
"service_type": "{service-name-stub}", "service_type": "{service-name-stub}",
"is_native": "true" "is_native": true
} }
---- ----
// TEST[skip:can't test in isolation] // TEST[skip:can't test in isolation]