-
Notifications
You must be signed in to change notification settings - Fork 56
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 8a003d3 of spec repo
- Loading branch information
ci.datadog-api-spec
committed
Nov 27, 2021
1 parent
76bfb79
commit 08b3a75
Showing
4 changed files
with
60 additions
and
4 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
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-27T10:34:03.855Z |
48 changes: 48 additions & 0 deletions
48
...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,48 @@ | ||
interactions: | ||
- request: | ||
body: | | ||
{"date_happened":1,"tags":["test:TestPostaneventinthepastreturnsBadRequestresponse1638009243"],"text":"A text message.","title":"Test-Post_an_event_in_the_past_returns_Bad_Request_response-1638009243"} | ||
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.4+dev (node 16.11.0; os Darwin; arch | ||
x64) | ||
X-Datadog-Parent-Id: | ||
- '6045414839224189330' | ||
X-Datadog-Trace-Id: | ||
- '6045414839224189330' | ||
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 10:34:04 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