v2

latestOpenAPI 3.0.0raw.githubusercontent.com2026-06-109044.3 KB

Update Browser Session

Update an existing browser session. Currently supports updating the session note.

patch/v1/browser/session

Query parameters

sessionIdstring required

The ID of the browser session to update.

Example:example-session-id

The ID of the browser session to update.

Request body

notestring required

A note to attach to the session. Maximum 256 characters.

Example request

{
  "note": "Scraping product pages for client X"
}

Response

Successfully updated browser session.

successboolean required

Indicates whether the session was successfully updated.