Skip to main content

Active

POST 

/workstations/:workstation_id/browser/tabs/:tab_id/active

Set a specific tab in the Workstation browser as the active tab.

Request

Path Parameters

    workstation_id uidrequired

    The UID associated to a Workstation. Learn more

    tab_id int32required

    The ID associated to a Browser Tab.

Responses

Switch-Tab action successful

Schema

    id int32required

    The integer ID associated with a Browser Tab.

    status BrowserTabStatus (string)required

    Possible values: [active, completed, errored]

    The status of the Browser Tab.

    createdAt date-timerequired

    The creation time of the Browser Tab.

Loading...