Skip to content

Commit 4a8809b

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Update logs submission timestamp info (#1407)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 38a51ea commit 4a8809b

File tree

3 files changed

+7
-7
lines changed

3 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.6.4",
7-
"regenerated": "2023-05-04 19:21:05.351305",
8-
"spec_repo_commit": "c0cc4b41"
7+
"regenerated": "2023-05-04 20:08:39.268868",
8+
"spec_repo_commit": "ff8b9894"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.4",
12-
"regenerated": "2023-05-04 19:21:05.364430",
13-
"spec_repo_commit": "c0cc4b41"
12+
"regenerated": "2023-05-04 20:08:39.281631",
13+
"spec_repo_commit": "ff8b9894"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17702,8 +17702,8 @@ paths:
1770217702
Add the `Content-Encoding: gzip` header to the request when sending compressed
1770317703
logs.
1770417704

17705-
Log events can be submitted up to 18 hours in the past and 2 hours in the
17706-
future.
17705+
Log events can be submitted with a timestamp that is up to 18 hours in the
17706+
past.
1770717707

1770817708

1770917709
The status codes answered by the HTTP API are:

src/datadog_api_client/v2/api/logs_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,7 +460,7 @@ def submit_log(
460460
461461
Datadog recommends sending your logs compressed.
462462
Add the ``Content-Encoding: gzip`` header to the request when sending compressed logs.
463-
Log events can be submitted up to 18 hours in the past and 2 hours in the future.
463+
Log events can be submitted with a timestamp that is up to 18 hours in the past.
464464
465465
The status codes answered by the HTTP API are:
466466

0 commit comments

Comments
 (0)