Sessions API
Update Session Expiration
Updates the expiration time of a session.
post/session-storage/sessions/{session_id}
Path parameters
session_idstring required
The ID of the session.
Query parameters
ttl_secondsinteger required
New TTL (in seconds) for the session.
Request body
Response
Session expiration updated successfully.
Changes
No recorded changes to this endpoint across all 1 revision of this API.