-
Notifications
You must be signed in to change notification settings - Fork 55
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Regenerate client from commit 60c6582 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Nov 29, 2021
1 parent
5b49812
commit 50f7085
Showing
6 changed files
with
77 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
.../v1/Feature_Events/Scenario_Post_an_event_in_the_past_returns_Bad_Request_response.freeze
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
2021-11-27T20:34:41.465Z |
47 changes: 47 additions & 0 deletions
47
...os/v1/Feature_Events/Scenario_Post_an_event_in_the_past_returns_Bad_Request_response.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
interactions: | ||
- request: | ||
body: | | ||
{"date_happened":1,"tags":["test:TestPostaneventinthepastreturnsBadRequestresponse1638045281"],"text":"A text message.","title":"Test-Post_an_event_in_the_past_returns_Bad_Request_response-1638045281"} | ||
form: {} | ||
headers: | ||
Accept: | ||
- application/json, */*;q=0.8 | ||
Connection: | ||
- close | ||
Content-Length: | ||
- '201' | ||
Content-Type: | ||
- application/json | ||
Host: | ||
- api.datadoghq.com | ||
User-Agent: | ||
- datadog-api-client-typescript/1.0.0-beta.6 (node 14.18.1; os Linux; arch x64) | ||
X-Datadog-Parent-Id: | ||
- '343467568446934486' | ||
X-Datadog-Trace-Id: | ||
- '4038788092229867157' | ||
method: POST | ||
url: https://api.datadoghq.com/api/v1/events | ||
response: | ||
body: '{"errors": ["Event too far in the past"]}' | ||
code: 400 | ||
duration: '' | ||
headers: | ||
Connection: | ||
- close | ||
Content-Length: | ||
- '41' | ||
Content-Security-Policy: | ||
- frame-ancestors 'self'; report-uri https://api.datadoghq.com/csp-report | ||
Content-Type: | ||
- text/plain; charset=utf-8 | ||
Date: | ||
- Sat, 27 Nov 2021 20:34:41 GMT | ||
Strict-Transport-Security: | ||
- max-age=15724800; | ||
X-Content-Type-Options: | ||
- nosniff | ||
X-Frame-Options: | ||
- SAMEORIGIN | ||
status: 400 Bad Request | ||
version: 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters