Update Session Expiration
Updates the expiration time of a session.
Path Parameters |
---|
session_id string — REQUIREDThe ID of the session. |
Query Parameters |
---|
ttl_seconds integer — REQUIREDNew TTL (in seconds) for the session. |
Responses | ||
---|---|---|
204 Session expiration updated successfully. | ||
400 Bad request.
| ||
401 Unauthorized access.
| ||
403 Forbidden action.
| ||
404 Session not found.
| ||
500 Internal server error.
|