Update docs examples (#1081)
* Updated enabled files list * Generated docs examples * Generated docs examples
This commit is contained in:
committed by
GitHub
parent
41927914bb
commit
28205e97cf
18
docs/doc_examples/e4be53736bcc02b03068fd72fdbfe271.asciidoc
Normal file
18
docs/doc_examples/e4be53736bcc02b03068fd72fdbfe271.asciidoc
Normal file
@ -0,0 +1,18 @@
|
||||
// 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.indices.putMapping({
|
||||
index: 'publications',
|
||||
body: {
|
||||
properties: {
|
||||
title: {
|
||||
type: 'text'
|
||||
}
|
||||
}
|
||||
}
|
||||
})
|
||||
console.log(response)
|
||||
----
|
||||
|
||||
Reference in New Issue
Block a user