mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Update endpoint description
This commit is contained in:
@@ -2709,7 +2709,7 @@ App::delete('/v1/account/sessions/:sessionId')
|
||||
});
|
||||
|
||||
App::patch('/v1/account/sessions/:sessionId')
|
||||
->desc('Update (or renew) session')
|
||||
->desc('Update session')
|
||||
->groups(['api', 'account'])
|
||||
->label('scope', 'account')
|
||||
->label('event', 'users.[userId].sessions.[sessionId].update')
|
||||
|
||||
@@ -1 +1 @@
|
||||
Extend session's expiry to increase it's lifespan. Extending a session is useful when session length is short such as 5 minutes.
|
||||
Use this endpoint to extend a session's length. Extending a session is useful when session expiry is short. If the session was created using an OAuth provider, this endpoint refreshes the access token from the provider.
|
||||
Reference in New Issue
Block a user