We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f0d5cd commit 8d343ffCopy full SHA for 8d343ff
2 files changed
.generator/schemas/v2/openapi.yaml
@@ -48162,11 +48162,13 @@ components:
48162
enum:
48163
- logs
48164
- metrics
48165
+ - audit
48166
example: logs
48167
type: string
48168
x-enum-varnames:
48169
- LOGS
48170
- METRICS
48171
+ - AUDIT
48172
OrgConnectionUpdate:
48173
description: Org connection update data.
48174
properties:
lib/datadog_api_client/v2/models/org_connection_type_enum.rb
@@ -23,5 +23,6 @@ class OrgConnectionTypeEnum
23
24
LOGS = "logs".freeze
25
METRICS = "metrics".freeze
26
+ AUDIT = "audit".freeze
27
end
28
0 commit comments