Session
Update session
Endpoint: PUT /v1/sessions/{session_id}
This endpoint updates the details of a specific session based on the provided session_id
.
Path Parameters
The unique ID of the session to update.
Parameters
The ID of the user associated with the session.
Optional metadata associated with the session.
Response Parameters
Indicates if the session is currently active.
The unique identifier of the session.
The internal ID of the session in the database.
The ID of the user associated with the session.
The timestamp when the session was created.