Skip to content

Commit

Permalink
Regenerate client from commit 817239f2 of spec repo
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 11, 2023
1 parent f160a32 commit c069c1c
Show file tree
Hide file tree
Showing 19 changed files with 128 additions and 71 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.4",
"regenerated": "2023-01-11 12:48:09.134631",
"spec_repo_commit": "c986b09e"
"regenerated": "2023-01-11 22:36:32.438898",
"spec_repo_commit": "817239f2"
},
"v2": {
"apigentools_version": "1.6.4",
"regenerated": "2023-01-11 12:48:09.150441",
"spec_repo_commit": "c986b09e"
"regenerated": "2023-01-11 22:36:32.450858",
"spec_repo_commit": "817239f2"
}
}
}
13 changes: 13 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13449,6 +13449,8 @@ components:
follow_redirects:
description: For API HTTP test, whether or not the test should follow redirects.
type: boolean
httpVersion:
$ref: '#/components/schemas/SyntheticsTestOptionsHTTPVersion'
ignoreServerCertificateError:
description: Ignore server certificate error for browser tests.
type: boolean
Expand Down Expand Up @@ -13495,6 +13497,17 @@ components:
minimum: 30
type: integer
type: object
SyntheticsTestOptionsHTTPVersion:
description: HTTP version to use for a Synthetic test.
enum:
- http1
- http2
- any
type: string
x-enum-varnames:
- HTTP1
- HTTP2
- HTTP2_FALLBACK_TO_HTTP1
SyntheticsTestOptionsMonitorOptions:
description: 'Object containing the options for a Synthetic test as a monitor

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2022-11-21T13:20:41.192Z
2023-01-11T22:27:09.960Z

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 @@
2022-11-14T14:48:36.716Z
2023-01-11T22:23:00.967Z

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

Loading

0 comments on commit c069c1c

Please sign in to comment.