Skip to content

Commit ec1bef3

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 86a6a5a of spec repo (#395)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 130e320 commit ec1bef3

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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.2.0",
7-
"regenerated": "2020-07-17 21:08:16.591345",
8-
"spec_repo_commit": "1a4fe88"
7+
"regenerated": "2020-07-20 12:07:01.096428",
8+
"spec_repo_commit": "86a6a5a"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-07-17 21:08:22.788662",
13-
"spec_repo_commit": "1a4fe88"
12+
"regenerated": "2020-07-20 12:07:06.444692",
13+
"spec_repo_commit": "86a6a5a"
1414
}
1515
}
1616
}

api/v1/datadog/api/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7718,7 +7718,7 @@ components:
77187718
date_happened:
77197719
description: |-
77207720
POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes).
7721-
Limited to events no older than 1 year, 24 days (389 days).
7721+
Limited to events no older than 7 days.
77227722
format: int64
77237723
type: integer
77247724
device_name:

api/v1/datadog/docs/Event.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Name | Type | Description | Notes
66
------------ | ------------- | ------------- | -------------
77
**AggregationKey** | Pointer to **string** | An arbitrary string to use for aggregation. Limited to 100 characters. If you specify a key, all events using that key are grouped together in the Event Stream. | [optional]
88
**AlertType** | Pointer to [**EventAlertType**](EventAlertType.md) | | [optional]
9-
**DateHappened** | Pointer to **int64** | POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 1 year, 24 days (389 days). | [optional]
9+
**DateHappened** | Pointer to **int64** | POSIX timestamp of the event. Must be sent as an integer (i.e. no quotes). Limited to events no older than 7 days. | [optional]
1010
**DeviceName** | Pointer to **[]string** | A list of device names to post the event with. | [optional]
1111
**Host** | Pointer to **string** | Host name to associate with the event. Any tags associated with the host are also applied to this event. | [optional]
1212
**Id** | Pointer to **int64** | Integer ID of the event. | [optional] [readonly]

api/v1/datadog/model_event.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)