We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35674b3 commit 830a58fCopy full SHA for 830a58f
README.md
@@ -150,7 +150,7 @@ import { client, v2 } from "@datadog/datadog-api-client";
150
151
async function main() {
152
const configuration = client.createConfiguration();
153
- configuration.unstableOperations["listIncidents"] = true;
+ configuration.unstableOperations["v2.listIncidents"] = true;
154
const apiInstance = new v2.IncidentsApi(configuration);
155
156
for await (const incident of apiInstance.listIncidentsWithPagination()) {
0 commit comments