mirror of
https://github.com/jupyterhub/jupyterhub.git
synced 2025-10-15 05:53:00 +00:00
add session_id to token model
This commit is contained in:
@@ -1336,6 +1336,14 @@ components:
|
||||
Timestamp of last-seen activity using this token.
|
||||
Can be null if token has never been used.
|
||||
format: date-time
|
||||
session_id:
|
||||
type: string
|
||||
nullable: true
|
||||
description: |
|
||||
The session id associated with the token, if any.
|
||||
Only used for tokens set during oauth flows.
|
||||
|
||||
Added in 2.0.
|
||||
responses:
|
||||
NotFound:
|
||||
description: The specified resource was not found
|
||||
|
Reference in New Issue
Block a user