update openapi spec exposed docs

This commit is contained in:
Ruben Fiszel
2025-08-07 12:06:22 +00:00
parent b00641122c
commit 0977b87cbb
3 changed files with 15 additions and 2 deletions

View File

@@ -12608,6 +12608,13 @@
"type": "integer"
}
},
{
"name": "stream_offset",
"in": "query",
"schema": {
"type": "integer"
}
},
{
"name": "get_progress",
"in": "query",

View File

@@ -11778,6 +11778,10 @@ paths:
in: query
schema:
type: integer
- name: stream_offset
in: query
schema:
type: integer
- name: get_progress
in: query
schema:

View File

@@ -2474,7 +2474,6 @@ paths:
application/json:
schema: {}
/w/{workspace}/workspaces/list_ducklakes:
get:
summary: list ducklakes
@@ -7857,6 +7856,10 @@ paths:
in: query
schema:
type: integer
- name: stream_offset
in: query
schema:
type: integer
- name: get_progress
in: query
schema:
@@ -16836,7 +16839,6 @@ components:
additionalProperties:
type: boolean
FlowMetadata:
type: object
properties: