GitHub Action 1 месяц назад
Родитель
Сommit
1e28d10610
1 измененных файлов с 24 добавлено и 0 удалено
  1. 24 0
      packages/sdk/openapi.json

+ 24 - 0
packages/sdk/openapi.json

@@ -982,6 +982,30 @@
             "schema": {
               "type": "string"
             }
+          },
+          {
+            "in": "query",
+            "name": "start",
+            "schema": {
+              "type": "number"
+            },
+            "description": "Filter sessions updated on or after this timestamp (milliseconds since epoch)"
+          },
+          {
+            "in": "query",
+            "name": "search",
+            "schema": {
+              "type": "string"
+            },
+            "description": "Filter sessions by title (case-insensitive)"
+          },
+          {
+            "in": "query",
+            "name": "limit",
+            "schema": {
+              "type": "number"
+            },
+            "description": "Maximum number of sessions to return"
           }
         ],
         "summary": "List sessions",