File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
src/datadog_api_client/v2/api Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"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 "
9
9
},
10
10
"v2": {
11
11
"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 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -17702,8 +17702,8 @@ paths:
17702
17702
Add the `Content-Encoding: gzip` header to the request when sending compressed
17703
17703
logs.
17704
17704
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 .
17707
17707
17708
17708
17709
17709
The status codes answered by the HTTP API are:
Original file line number Diff line number Diff line change @@ -460,7 +460,7 @@ def submit_log(
460
460
461
461
Datadog recommends sending your logs compressed.
462
462
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 .
464
464
465
465
The status codes answered by the HTTP API are:
466
466
You can’t perform that action at this time.
0 commit comments