feat(core): sort agents by updated_at [LET-7771] (#9730)
feat(core): sort agents by last_updated_at
This commit is contained in:
committed by
Caren Thomas
parent
c247496027
commit
c8ae02a1fb
@@ -4274,7 +4274,7 @@
|
||||
"in": "query",
|
||||
"required": false,
|
||||
"schema": {
|
||||
"enum": ["created_at", "last_run_completion"],
|
||||
"enum": ["created_at", "updated_at", "last_run_completion"],
|
||||
"type": "string",
|
||||
"description": "Field to sort by",
|
||||
"default": "created_at",
|
||||
|
||||
Reference in New Issue
Block a user