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 44 "spec_versions": {
55 "v1": {
66 "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 "
99 },
1010 "v2": {
1111 "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 "
1414 }
1515 }
1616}
Original file line number Diff line number Diff line change @@ -16173,6 +16173,7 @@ components:
1617316173 - name
1617416174 - options
1617516175 - type
16176+ - message
1617616177 type: object
1617716178 SyntheticsMobileTestConfig:
1617816179 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 {
2626 /**
2727 * Notification message associated with the test.
2828 */
29- "message" ? : string ;
29+ "message" : string ;
3030 /**
3131 * The associated monitor ID.
3232 */
@@ -89,6 +89,7 @@ export class SyntheticsMobileTest {
8989 message : {
9090 baseName : "message" ,
9191 type : "string" ,
92+ required : true ,
9293 } ,
9394 monitorId : {
9495 baseName : "monitor_id" ,
You can’t perform that action at this time.
0 commit comments