chore: fix favoriting bugs (#9505)

* chore: fix favoriting bugs

* chore: fix favoriting bugs

* chore: fix favoriting bugs
This commit is contained in:
Shubham Naik
2026-02-17 13:24:30 -08:00
committed by Caren Thomas
parent 4a829123cd
commit 3247fa7065

View File

@@ -17832,7 +17832,7 @@
},
"sortBy": {
"type": "string",
"enum": ["created_at", "last_run_completion"]
"enum": ["created_at", "last_run_completion", "updated_at"]
},
"ascending": {
"type": "boolean"