add session_id to token model

This commit is contained in:
Min RK
2021-11-16 12:07:46 +01:00
parent 8813bb63d4
commit 39f19aef49
4 changed files with 18 additions and 0 deletions

View File

@@ -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