mirror of
https://github.com/hatchet-dev/hatchet.git
synced 2026-04-23 10:39:45 -05:00
Feat: Add order by direction param to v1LogLineList (#2849)
* feat: add order by direction param * fix: order ascending on existing fe * chore: gen openapi
This commit is contained in:
@@ -491,6 +491,12 @@ listLogs:
|
||||
type: array
|
||||
items:
|
||||
$ref: "../../../components/schemas/_index.yaml#/V1LogLineLevel"
|
||||
- description: The direction to order by
|
||||
in: query
|
||||
name: order_by_direction
|
||||
required: false
|
||||
schema:
|
||||
$ref: "../../../components/schemas/_index.yaml#/V1LogLineOrderByDirection"
|
||||
responses:
|
||||
"200":
|
||||
content:
|
||||
|
||||
Reference in New Issue
Block a user