mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-04 10:19:35 +02:00
Fix openapi missing param
This commit is contained in:
parent
1967546cab
commit
9af56c26bc
1 changed files with 1 additions and 0 deletions
|
@ -1672,6 +1672,7 @@ paths:
|
||||||
get:
|
get:
|
||||||
summary: List token sessions
|
summary: List token sessions
|
||||||
parameters:
|
parameters:
|
||||||
|
- $ref: '#/components/parameters/id'
|
||||||
- $ref: '#/components/parameters/tokenSessionId'
|
- $ref: '#/components/parameters/tokenSessionId'
|
||||||
tags:
|
tags:
|
||||||
- Session
|
- Session
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue