Skip to content

Commit 0e5d90c

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit bdb7b215 of spec repo
1 parent c25261a commit 0e5d90c

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-24 20:59:46.831321",
8-
"spec_repo_commit": "9d7a3d85"
7+
"regenerated": "2024-01-25 15:52:47.844285",
8+
"spec_repo_commit": "bdb7b215"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-24 20:59:46.846226",
13-
"spec_repo_commit": "9d7a3d85"
12+
"regenerated": "2024-01-25 15:52:47.860458",
13+
"spec_repo_commit": "bdb7b215"
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)