Skip to content

Commit 677966e

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Regenerate client from commit be63084 of spec repo (#2435)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 6516966 commit 677966e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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.

services/synthetics/src/v1/models/SyntheticsMobileTest.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)