Skip to main content
PATCH
Update a session note

Authorizations

Authorization
string
header
required

A workspace API key from Settings → API keys in the dashboard (https://app.driver.dev), sent as a bearer token.

Query Parameters

sessionId
string
required

The ID of the browser session to update.

Example:

"example-session-id"

Body

application/json
note
string
required

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

Maximum string length: 256
Example:

"Scraping product pages for client X"

Response

Successfully updated browser session.

success
boolean
required

Indicates whether the session was successfully updated.