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:
matt
2026-01-26 14:01:03 -05:00
committed by GitHub
parent 0a2b8944b3
commit dcf1d377ca
12 changed files with 341 additions and 241 deletions
@@ -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: