Skip to content

Commit 830a58f

Browse files
update listIncidents operation name (#791)
1 parent 35674b3 commit 830a58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ import { client, v2 } from "@datadog/datadog-api-client";
150150

151151
async function main() {
152152
const configuration = client.createConfiguration();
153-
configuration.unstableOperations["listIncidents"] = true;
153+
configuration.unstableOperations["v2.listIncidents"] = true;
154154
const apiInstance = new v2.IncidentsApi(configuration);
155155

156156
for await (const incident of apiInstance.listIncidentsWithPagination()) {

0 commit comments

Comments
 (0)