File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
services/synthetics/src/v1/models Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16174,6 +16174,7 @@ components:
1617416174 - name
1617516175 - options
1617616176 - type
16177+ - message
1617716178 type: object
1617816179 SyntheticsMobileTestConfig:
1617916180 description: Configuration object for a Synthetic mobile test.
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ export class SyntheticsMobileTest {
2121 /**
2222 * Notification message associated with the test.
2323 */
24- "message" ? : string ;
24+ "message" : string ;
2525 /**
2626 * The associated monitor ID.
2727 */
@@ -82,6 +82,7 @@ export class SyntheticsMobileTest {
8282 message : {
8383 baseName : "message" ,
8484 type : "string" ,
85+ required : true ,
8586 } ,
8687 monitorId : {
8788 baseName : "monitor_id" ,
You can’t perform that action at this time.
0 commit comments