-
Notifications
You must be signed in to change notification settings - Fork 730
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dbd0ec2
commit 4514261
Showing
10 changed files
with
161 additions
and
95 deletions.
There are no files selected for viewing
28 changes: 0 additions & 28 deletions
28
docs/doc_examples/2577acb462b95bd4394523cf2f8a661f.asciidoc
This file was deleted.
Oops, something went wrong.
16 changes: 0 additions & 16 deletions
16
docs/doc_examples/2bb41b0b4876ce98cd0cd8fb6d337f18.asciidoc
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
docs/doc_examples/4dab4c5168047ba596af1beb0e55b845.asciidoc
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
docs/doc_examples/9313f534e1aa266cde7d4af74665497f.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
// This file is autogenerated, DO NOT EDIT | ||
// Use `node scripts/generate-docs-examples.js` to generate the docs examples | ||
|
||
[source, js] | ||
---- | ||
const response = await client.connector.put({ | ||
connector_id: "my-{service-name-stub}-connector", | ||
index_name: "my-elasticsearch-index", | ||
name: "Content synced from {service-name}", | ||
service_type: "{service-name-stub}", | ||
}); | ||
console.log(response); | ||
---- |
14 changes: 14 additions & 0 deletions
14
docs/doc_examples/ae3473adaf1515afcf7773f26c018e5c.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
// This file is autogenerated, DO NOT EDIT | ||
// Use `node scripts/generate-docs-examples.js` to generate the docs examples | ||
|
||
[source, js] | ||
---- | ||
const response = await client.connector.put({ | ||
connector_id: "my-{service-name-stub}-connector", | ||
index_name: "my-elasticsearch-index", | ||
name: "Content synced from {service-name}", | ||
service_type: "{service-name-stub}", | ||
is_native: true, | ||
}); | ||
console.log(response); | ||
---- |
11 changes: 0 additions & 11 deletions
11
docs/doc_examples/d01a590fa9ea8a0cb34ed8dda502296c.asciidoc
This file was deleted.
Oops, something went wrong.
16 changes: 16 additions & 0 deletions
16
docs/doc_examples/e22a1da3c622611be6855e534c0709ae.asciidoc
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
// This file is autogenerated, DO NOT EDIT | ||
// Use `node scripts/generate-docs-examples.js` to generate the docs examples | ||
|
||
[source, js] | ||
---- | ||
const response = await client.transport.request({ | ||
method: "POST", | ||
path: "/_query_rules/my-ruleset/_test", | ||
body: { | ||
match_criteria: { | ||
query_string: "puggles", | ||
}, | ||
}, | ||
}); | ||
console.log(response); | ||
---- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.