Skip to content

Commit 9a3a2ea

Browse files
authored
Update Real Device API, after some fields were removed (#3379)
1 parent e749ab3 commit 9a3a2ea

File tree

1 file changed

+4
-15
lines changed

1 file changed

+4
-15
lines changed

static/oas/real-device-access-api-spec.yaml

Lines changed: 4 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1567,21 +1567,6 @@ components:
15671567
osVersion:
15681568
type: string
15691569
example: "15.0"
1570-
resolutionWidth:
1571-
description: Screen width in pixels
1572-
type: number
1573-
format: int32
1574-
example: 1080
1575-
resolutionHeight:
1576-
description: Screen height in pixels
1577-
type: number
1578-
format: int32
1579-
example: 2340
1580-
screenSize:
1581-
description: Screen size in inches
1582-
type: number
1583-
format: int32
1584-
example: 6
15851570
appium:
15861571
type: object
15871572
properties:
@@ -1607,6 +1592,10 @@ components:
16071592
type: string
16081593
example: "https://app.saucelabs.com/live/mobile/dataCenters/US/devices/Samsung_Galaxy_S8_real2/shared/123e4567-e89b-12d3-a456-426614174000"
16091594
description: Live test view for the openapi session
1595+
deviceDescriptorUrl:
1596+
type: string
1597+
example: "https://api.us-west-1.saucelabs.com/rdc/v2/devices/iPhone_13_real"
1598+
description: Link to the device descriptor with more details about the device
16101599
self:
16111600
type: string
16121601
example: "https://api.us-west-1.saucelabs.com/rdc/v2/sessions/123e4567-e89b-12d3-a456-426614174000"

0 commit comments

Comments
 (0)