From 3247fa70653bf41ec2b41397fec370e359fcbb7e Mon Sep 17 00:00:00 2001 From: Shubham Naik Date: Tue, 17 Feb 2026 13:24:30 -0800 Subject: [PATCH] chore: fix favoriting bugs (#9505) * chore: fix favoriting bugs * chore: fix favoriting bugs * chore: fix favoriting bugs --- fern/openapi.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/openapi.json b/fern/openapi.json index 82a56d83..379056cd 100644 --- a/fern/openapi.json +++ b/fern/openapi.json @@ -17832,7 +17832,7 @@ }, "sortBy": { "type": "string", - "enum": ["created_at", "last_run_completion"] + "enum": ["created_at", "last_run_completion", "updated_at"] }, "ascending": { "type": "boolean"