File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
packages/datadog-api-client-v1/models Expand file tree Collapse file tree 3 files changed +7
-5
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-26 17:56:17.634630 ",
8
- "spec_repo_commit": "76086f13 "
7
+ "regenerated": "2025-06-30 10:29:38.053907 ",
8
+ "spec_repo_commit": "be63084a "
9
9
},
10
10
"v2": {
11
11
"apigentools_version": "1.6.6",
12
- "regenerated": "2025-06-26 17:56:17.650561 ",
13
- "spec_repo_commit": "76086f13 "
12
+ "regenerated": "2025-06-30 10:29:38.070902 ",
13
+ "spec_repo_commit": "be63084a "
14
14
}
15
15
}
16
16
}
Original file line number Diff line number Diff line change @@ -16173,6 +16173,7 @@ components:
16173
16173
- name
16174
16174
- options
16175
16175
- type
16176
+ - message
16176
16177
type: object
16177
16178
SyntheticsMobileTestConfig:
16178
16179
description: Configuration object for a Synthetic mobile test.
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export class SyntheticsMobileTest {
26
26
/**
27
27
* Notification message associated with the test.
28
28
*/
29
- "message" ? : string ;
29
+ "message" : string ;
30
30
/**
31
31
* The associated monitor ID.
32
32
*/
@@ -89,6 +89,7 @@ export class SyntheticsMobileTest {
89
89
message : {
90
90
baseName : "message" ,
91
91
type : "string" ,
92
+ required : true ,
92
93
} ,
93
94
monitorId : {
94
95
baseName : "monitor_id" ,
You can’t perform that action at this time.
0 commit comments