@@ -15178,34 +15178,8 @@ components:
1517815178 type: object
1517915179 SyntheticsDeviceID:
1518015180 description: The device ID.
15181- enum:
15182- - laptop_large
15183- - tablet
15184- - mobile_small
15185- - chrome.laptop_large
15186- - chrome.tablet
15187- - chrome.mobile_small
15188- - firefox.laptop_large
15189- - firefox.tablet
15190- - firefox.mobile_small
15191- - edge.laptop_large
15192- - edge.tablet
15193- - edge.mobile_small
1519415181 example: chrome.laptop_large
1519515182 type: string
15196- x-enum-varnames:
15197- - LAPTOP_LARGE
15198- - TABLET
15199- - MOBILE_SMALL
15200- - CHROME_LAPTOP_LARGE
15201- - CHROME_TABLET
15202- - CHROME_MOBILE_SMALL
15203- - FIREFOX_LAPTOP_LARGE
15204- - FIREFOX_TABLET
15205- - FIREFOX_MOBILE_SMALL
15206- - EDGE_LAPTOP_LARGE
15207- - EDGE_TABLET
15208- - EDGE_MOBILE_SMALL
1520915183 SyntheticsFetchUptimesPayload:
1521015184 description: Object containing IDs of Synthetic tests and a timeframe.
1521115185 properties:
@@ -15508,10 +15482,6 @@ components:
1550815482 $ref: '#/components/schemas/SyntheticsLocation'
1550915483 type: array
1551015484 type: object
15511- SyntheticsMobileDeviceID:
15512- description: The device ID.
15513- example: synthetics:mobile:device:apple_ipad_10th_gen_2022_ios_16
15514- type: string
1551515485 SyntheticsMobileStep:
1551615486 description: The steps used in a Synthetic mobile test.
1551715487 properties:
@@ -15787,7 +15757,7 @@ components:
1578715757 device_ids:
1578815758 description: Array with the different device IDs used to run the test.
1578915759 items:
15790- $ref: '#/components/schemas/SyntheticsMobileDeviceID '
15760+ $ref: '#/components/schemas/SyntheticsDeviceID '
1579115761 type: array
1579215762 message:
1579315763 description: Notification message associated with the test.
@@ -15876,7 +15846,7 @@ components:
1587615846 example:
1587715847 - synthetics:mobile:device:apple_ipad_10th_gen_2022_ios_16
1587815848 items:
15879- $ref: '#/components/schemas/SyntheticsMobileDeviceID '
15849+ $ref: '#/components/schemas/SyntheticsDeviceID '
1588015850 type: array
1588115851 disableAutoAcceptAlert:
1588215852 description: A boolean to disable auto accepting alerts.
0 commit comments