Added/updated snippets for docs (#2318)
This commit is contained in:
12
docs/doc_examples/12d5ff4b8d3d832b32a7e7e2a520d0bb.asciidoc
Normal file
12
docs/doc_examples/12d5ff4b8d3d832b32a7e7e2a520d0bb.asciidoc
Normal file
@ -0,0 +1,12 @@
|
||||
// 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.ml.getCalendarEvents({
|
||||
calendar_id: "planned-outages",
|
||||
start: 1635638400000,
|
||||
end: 1635724800000,
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user