Skip to content

Commit aafb7b1

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit 5155c78 of spec repo (#212)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent a93a9f1 commit aafb7b1

File tree

4 files changed

+42
-15
lines changed

4 files changed

+42
-15
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.4.1.dev11",
7-
"regenerated": "2021-07-13 14:06:25.236880",
8-
"spec_repo_commit": "6586890"
7+
"regenerated": "2021-07-13 14:54:41.284869",
8+
"spec_repo_commit": "5155c78"
99
},
1010
"v2": {
1111
"apigentools_version": "1.4.1.dev11",
12-
"regenerated": "2021-07-13 14:07:37.720935",
13-
"spec_repo_commit": "6586890"
12+
"regenerated": "2021-07-13 14:55:54.413877",
13+
"spec_repo_commit": "5155c78"
1414
}
1515
}
1616
}

docs/v1/SyntheticsApi.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,7 @@ let params:v1.SyntheticsApiCreateSyntheticsAPITestRequest = {
201201
},
202202
],
203203
request: {
204+
allowInsecure: true,
204205
basicAuth: {
205206
password: "",
206207
username: "",
@@ -258,6 +259,7 @@ let params:v1.SyntheticsApiCreateSyntheticsAPITestRequest = {
258259
isCritical: true,
259260
name: "name_example",
260261
request: {
262+
allowInsecure: true,
261263
basicAuth: {
262264
password: "",
263265
username: "",
@@ -395,6 +397,7 @@ let params:v1.SyntheticsApiCreateSyntheticsBrowserTestRequest = {
395397
},
396398
],
397399
request: {
400+
allowInsecure: true,
398401
basicAuth: {
399402
password: "",
400403
username: "",
@@ -1580,6 +1583,7 @@ let params:v1.SyntheticsApiUpdateAPITestRequest = {
15801583
},
15811584
],
15821585
request: {
1586+
allowInsecure: true,
15831587
basicAuth: {
15841588
password: "",
15851589
username: "",
@@ -1637,6 +1641,7 @@ let params:v1.SyntheticsApiUpdateAPITestRequest = {
16371641
isCritical: true,
16381642
name: "name_example",
16391643
request: {
1644+
allowInsecure: true,
16401645
basicAuth: {
16411646
password: "",
16421647
username: "",
@@ -1777,6 +1782,7 @@ let params:v1.SyntheticsApiUpdateBrowserTestRequest = {
17771782
},
17781783
],
17791784
request: {
1785+
allowInsecure: true,
17801786
basicAuth: {
17811787
password: "",
17821788
username: "",

0 commit comments

Comments
 (0)