Skip to content

Commit 60dcba8

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit a43888f of spec repo
1 parent f4465c2 commit 60dcba8

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135020,7 +135020,9 @@ paths:
135020135020
**Note**: This endpoint is in preview and is subject to change.
135021135021
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).
135022135022
post:
135023-
description: Trigger a new Bits AI investigation based on a monitor alert.
135023+
description: |-
135024+
Trigger a new Bits AI investigation based on a monitor alert.
135025+
The `monitors_read` permission is also required when the trigger type is `monitor_alert_trigger`.
135024135026
operationId: TriggerInvestigation
135025135027
requestBody:
135026135028
content:
@@ -135069,14 +135071,16 @@ paths:
135069135071
appKeyAuth: []
135070135072
- AuthZ:
135071135073
- bits_investigations_write
135074+
- monitors_read
135072135075
summary: Trigger a Bits AI investigation
135073135076
tags:
135074135077
- Bits AI
135075135078
x-codegen-request-body-name: body
135076135079
"x-permission":
135077-
operator: OR
135080+
operator: AND
135078135081
permissions:
135079135082
- bits_investigations_write
135083+
- monitors_read
135080135084
x-unstable: |-
135081135085
**Note**: This endpoint is in preview and is subject to change.
135082135086
If you have any feedback, contact [Datadog support](https://docs.datadoghq.com/help/).

src/main/java/com/datadog/api/client/v2/api/BitsAiApi.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,8 @@ public CompletableFuture<TriggerInvestigationResponse> triggerInvestigationAsync
507507
}
508508

509509
/**
510-
* Trigger a new Bits AI investigation based on a monitor alert.
510+
* Trigger a new Bits AI investigation based on a monitor alert. The <code>monitors_read</code>
511+
* permission is also required when the trigger type is <code>monitor_alert_trigger</code>.
511512
*
512513
* @param body Trigger investigation request body. (required)
513514
* @return ApiResponse&lt;TriggerInvestigationResponse&gt;

0 commit comments

Comments
 (0)