Skip to content

Commit 64ff6cb

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 2a5e035c of spec repo
1 parent 17306bb commit 64ff6cb

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2024-10-10 19:46:04.854996",
8-
"spec_repo_commit": "049920eb"
7+
"regenerated": "2024-10-15 15:21:54.442048",
8+
"spec_repo_commit": "2a5e035c"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-10-10 19:46:04.873453",
13-
"spec_repo_commit": "049920eb"
12+
"regenerated": "2024-10-15 15:21:54.461154",
13+
"spec_repo_commit": "2a5e035c"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21680,11 +21680,15 @@ components:
2168021680
format: int64
2168121681
type: integer
2168221682
has_highlight_enabled:
21683-
description: Whether or not scanned events are highlighted in Logs or RUM
21684-
for the org.
21683+
default: true
21684+
deprecated: true
21685+
description: (Deprecated) Whether or not scanned events are highlighted
21686+
in Logs or RUM for the org. Can no longer be configured user-side.
2168521687
type: boolean
2168621688
has_multi_pass_enabled:
21687-
description: Whether or not scanned events have multi-pass enabled.
21689+
deprecated: true
21690+
description: (Deprecated) Whether or not scanned events have multi-pass
21691+
enabled.
2168821692
type: boolean
2168921693
is_pci_compliant:
2169021694
description: Whether or not the org is compliant to the payment card industry

lib/datadog_api_client/v2/models/sensitive_data_scanner_meta.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ class SensitiveDataScannerMeta
2727
# Maximum number of scanning groups allowed for the org.
2828
attr_accessor :group_count_limit
2929

30-
# Whether or not scanned events are highlighted in Logs or RUM for the org.
30+
# (Deprecated) Whether or not scanned events are highlighted in Logs or RUM for the org. Can no longer be configured user-side.
3131
attr_accessor :has_highlight_enabled
3232

33-
# Whether or not scanned events have multi-pass enabled.
33+
# (Deprecated) Whether or not scanned events have multi-pass enabled.
3434
attr_accessor :has_multi_pass_enabled
3535

3636
# Whether or not the org is compliant to the payment card industry standard.

0 commit comments

Comments
 (0)