File tree Expand file tree Collapse file tree 3 files changed +6
-11
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +6
-11
lines changed Original file line number Diff line number Diff line change 4
4
"spec_versions": {
5
5
"v1": {
6
6
"apigentools_version": "1.6.6",
7
- "regenerated": "2025-06-20 19:51:47.751008 ",
8
- "spec_repo_commit": "51272749 "
7
+ "regenerated": "2025-06-23 07:59:25.289975 ",
8
+ "spec_repo_commit": "74866a53 "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-06-20 19:51:47.767115 ",
13
- "spec_repo_commit": "51272749 "
12
+ "regenerated": "2025-06-23 07:59:25.307606 ",
13
+ "spec_repo_commit": "74866a53 "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -14785,9 +14785,6 @@ components:
14785
14785
description: Username to use for the basic authentication.
14786
14786
example: my_username
14787
14787
type: string
14788
- required:
14789
- - password
14790
- - username
14791
14788
type: object
14792
14789
SyntheticsBasicAuthWebType:
14793
14790
default: web
Original file line number Diff line number Diff line change @@ -14,15 +14,15 @@ export class SyntheticsBasicAuthWeb {
14
14
/**
15
15
* Password to use for the basic authentication.
16
16
*/
17
- "password" : string ;
17
+ "password" ? : string ;
18
18
/**
19
19
* The type of basic authentication to use when performing the test.
20
20
*/
21
21
"type" ?: SyntheticsBasicAuthWebType ;
22
22
/**
23
23
* Username to use for the basic authentication.
24
24
*/
25
- "username" : string ;
25
+ "username" ? : string ;
26
26
27
27
/**
28
28
* A container for additional, undeclared properties.
@@ -43,7 +43,6 @@ export class SyntheticsBasicAuthWeb {
43
43
password : {
44
44
baseName : "password" ,
45
45
type : "string" ,
46
- required : true ,
47
46
} ,
48
47
type : {
49
48
baseName : "type" ,
@@ -52,7 +51,6 @@ export class SyntheticsBasicAuthWeb {
52
51
username : {
53
52
baseName : "username" ,
54
53
type : "string" ,
55
- required : true ,
56
54
} ,
57
55
additionalProperties : {
58
56
baseName : "additionalProperties" ,
You can’t perform that action at this time.
0 commit comments