Skip to content

Commit

Permalink
[SYNTH-13257] allow setting httpVersion on a step of multi api test (#…
Browse files Browse the repository at this point in the history
…1750)

Co-authored-by: ci.datadog-api-spec <[email protected]>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Mar 13, 2024
1 parent b87cf4c commit 4e334da
Show file tree
Hide file tree
Showing 12 changed files with 58 additions and 40 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-13 14:23:48.888926",
"spec_repo_commit": "113614d8"
"regenerated": "2024-03-13 18:08:55.953714",
"spec_repo_commit": "29884c34"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-03-13 14:23:48.908105",
"spec_repo_commit": "113614d8"
"regenerated": "2024-03-13 18:08:55.973208",
"spec_repo_commit": "29884c34"
}
}
}
2 changes: 2 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15826,6 +15826,8 @@ components:
host:
description: Host name to perform the test with.
type: string
httpVersion:
$ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
message:
description: Message to send for UDP or WebSocket tests.
type: string
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-02-14T09:56:55.385Z
2024-03-13T08:48:00.559Z

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-02-14T09:52:43.647Z
2024-03-13T08:48:03.203Z
Loading

0 comments on commit 4e334da

Please sign in to comment.