Skip to content

Commit 8d343ff

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add audit track to list of available org connections (#3065)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 2f0d5cd commit 8d343ff

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48162,11 +48162,13 @@ components:
4816248162
enum:
4816348163
- logs
4816448164
- metrics
48165+
- audit
4816548166
example: logs
4816648167
type: string
4816748168
x-enum-varnames:
4816848169
- LOGS
4816948170
- METRICS
48171+
- AUDIT
4817048172
OrgConnectionUpdate:
4817148173
description: Org connection update data.
4817248174
properties:

lib/datadog_api_client/v2/models/org_connection_type_enum.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ class OrgConnectionTypeEnum
2323

2424
LOGS = "logs".freeze
2525
METRICS = "metrics".freeze
26+
AUDIT = "audit".freeze
2627
end
2728
end

0 commit comments

Comments
 (0)