Skip to content

Commit 3218283

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 83c12e5 of spec repo (#402)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent e536998 commit 3218283

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
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-22 09:00:47.587568",
8-
"spec_repo_commit": "4876af5"
7+
"regenerated": "2020-07-23 11:00:29.046856",
8+
"spec_repo_commit": "83c12e5"
99
},
1010
"v2": {
1111
"apigentools_version": "1.2.0",
12-
"regenerated": "2020-07-22 09:00:54.423389",
13-
"spec_repo_commit": "4876af5"
12+
"regenerated": "2020-07-23 11:00:35.662767",
13+
"spec_repo_commit": "83c12e5"
1414
}
1515
}
1616
}

api/v1/datadog/api/openapi.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,7 @@ tags:
109109
- For a multi-logs request, the API processes all logs, truncates only logs larger than 256KB, and returns a 2xx.
110110

111111
We encourage you to send your logs compressed.
112-
113-
**Note**: If you are in the Datadog EU site (`app.datadoghq.eu`), the HTTP log endpoint is `http-intake.logs.datadoghq.eu`.
112+
Add the `Content-Encoding: gzip` header to the request when sending compressed logs.
114113
name: Logs
115114
- description: |-
116115
Manage configuration of [log indexes](https://docs.datadoghq.com/logs/indexes/).

tests/api/v1/datadog/features/logs.feature

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ Feature: Logs
77
For a single log request, the API truncates the log at 256KB and returns a
88
2xx. - For a multi-logs request, the API processes all logs, truncates
99
only logs larger than 256KB, and returns a 2xx. We encourage you to send
10-
your logs compressed. **Note**: If you are in the Datadog EU site
11-
(`app.datadoghq.eu`), the HTTP log endpoint is `http-
12-
intake.logs.datadoghq.eu`.
10+
your logs compressed. Add the `Content-Encoding: gzip` header to the
11+
request when sending compressed logs.
1312

1413
@generated @skip
1514
Scenario: Get a list of logs returns "OK" response

0 commit comments

Comments
 (0)