Skip to main content
PUT
JavaScript

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app_id
string
required

ID of the app

user_id
string
required

ID of the user

session_id
string
required

ID of the session to update

Body

application/json

Updated session parameters

metadata
Metadata · object
required

Response

Successful Response

id
string
required
is_active
boolean
required
user_id
string
required
app_id
string
required
created_at
string<date-time>
required
metadata
Metadata · object