chore: generate

This commit is contained in:
opencode-agent[bot]
2026-04-28 00:54:28 +00:00
parent faca24d487
commit 0eaa47d857
3 changed files with 12 additions and 9 deletions
+6 -3
View File
@@ -2168,7 +2168,8 @@
"in": "query",
"name": "roots",
"schema": {
"type": "boolean"
"type": "string",
"enum": ["true", "false"]
},
"description": "Only return root sessions (no parentID)"
},
@@ -2208,7 +2209,8 @@
"in": "query",
"name": "archived",
"schema": {
"type": "boolean"
"type": "string",
"enum": ["true", "false"]
},
"description": "Include archived sessions (default false)"
}
@@ -2308,7 +2310,8 @@
"in": "query",
"name": "roots",
"schema": {
"type": "boolean"
"type": "string",
"enum": ["true", "false"]
},
"description": "Only return root sessions (no parentID)"
},