Skip to content

Commit 40a2f6e

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 0c807f8d of spec repo
1 parent 67c68b3 commit 40a2f6e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
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-01-22 19:09:18.607321",
8-
"spec_repo_commit": "7def3c63"
7+
"regenerated": "2024-01-25 10:09:12.485891",
8+
"spec_repo_commit": "0c807f8d"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-22 19:09:18.627809",
13-
"spec_repo_commit": "7def3c63"
12+
"regenerated": "2024-01-25 10:09:12.507812",
13+
"spec_repo_commit": "0c807f8d"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16759,8 +16759,11 @@ components:
1675916759
expiration_date:
1676016760
description: A Unix millisecond timestamp giving an expiration date for
1676116761
the suppression rule. After this date, it won't suppress signals anymore.
16762+
If unset, the expiration date of the suppression rule is left untouched.
16763+
If set to `null`, the expiration date is removed.
1676216764
example: 1703187336000
1676316765
format: int64
16766+
nullable: true
1676416767
type: integer
1676516768
name:
1676616769
description: The name of the suppression rule.

packages/datadog-api-client-v2/models/SecurityMonitoringSuppressionUpdateAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export class SecurityMonitoringSuppressionUpdateAttributes {
1919
*/
2020
"enabled"?: boolean;
2121
/**
22-
* A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore.
22+
* A Unix millisecond timestamp giving an expiration date for the suppression rule. After this date, it won't suppress signals anymore. If unset, the expiration date of the suppression rule is left untouched. If set to `null`, the expiration date is removed.
2323
*/
2424
"expirationDate"?: number;
2525
/**

0 commit comments

Comments
 (0)