sessions
Update Session
Update the metadata of a Session
Args: app_id (uuid.UUID): The ID of the app representing the client application using honcho user_id (uuid.UUID): The User ID representing the user, managed by the user session_id (uuid.UUID): The ID of the Session to update session (schemas.SessionUpdate): The Session object containing any new metadata
Returns: schemas.Session: The Session object of the updated Session
PUT
/
apps
/
{app_id}
/
users
/
{user_id}
/
sessions
/
{session_id}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
app_id
string
requireduser_id
string
requiredsession_id
string
requiredBody
application/json
metadata
object | null
Response
200 - application/json
id
string
requiredis_active
boolean
requireduser_id
string
requiredmetadata
object
requiredcreated_at
string
required