Added/updated snippets for docs (#2318)
This commit is contained in:
11
docs/doc_examples/1b0b29e5cd7550c648d0892378e93804.asciidoc
Normal file
11
docs/doc_examples/1b0b29e5cd7550c648d0892378e93804.asciidoc
Normal file
@ -0,0 +1,11 @@
|
||||
// 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.deleteCalendarJob({
|
||||
calendar_id: "planned-outages",
|
||||
job_id: "total-requests",
|
||||
});
|
||||
console.log(response);
|
||||
----
|
||||
Reference in New Issue
Block a user