mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Improve job filters UX
Allow to click on tags to automatically filter by type/state
This commit is contained in:
@@ -7567,6 +7567,13 @@ paths:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/RunnerJobState'
|
||||
- name: typeOneOf
|
||||
in: query
|
||||
required: false
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/RunnerJobType'
|
||||
responses:
|
||||
'200':
|
||||
description: successful operation
|
||||
|
||||
Reference in New Issue
Block a user