mirror of
https://github.com/elastic/elasticsearch.git
synced 2025-06-28 17:34:17 -04:00
[DOCS] Fix boolean for native connectors (#116394)
This commit is contained in:
parent
bf3fcb7923
commit
22c55fa1ca
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue