Ver Fonte

chore: generate

GitHub Action há 1 mês atrás
pai
commit
1e28d10610
1 ficheiros alterados com 24 adições e 0 exclusões
  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",