Session
Update an existing session
Updates the session data associated with the specified sessionId
.
PUT
/
accounts
/
sessions
/
{sessionId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
sessionId
string
requiredThe session ID.
Body
application/json
payload
object
Response
200 - application/json
created
string
requiredtimeout
integer
lastActive
string
payload
object
Was this page helpful?