diff --git a/backend/ee-repo-ref.txt b/backend/ee-repo-ref.txt index 2dbba0e9e0..03928f6145 100644 --- a/backend/ee-repo-ref.txt +++ b/backend/ee-repo-ref.txt @@ -1 +1 @@ -7d0ddb4da8c1692ad982a09f0a2b892f7456b8a3 +b4aa37970778ff4c44999bb40f7f23de488c573b diff --git a/backend/windmill-api/openapi.yaml b/backend/windmill-api/openapi.yaml index 0f80695b66..0c0b622a33 100644 --- a/backend/windmill-api/openapi.yaml +++ b/backend/windmill-api/openapi.yaml @@ -21279,7 +21279,7 @@ paths: type: string - name: shallow in: query - description: When true, list only the direct children of the prefix (delimiter-style listing) and return subfolder prefixes in `folders`. Files of that level page via `marker`/`next_marker`. + description: When true, list only the direct children of the prefix (delimiter-style listing) and return subfolder prefixes in `folders`. The level's files and subfolders page via `marker`/`next_marker`. schema: type: boolean responses: @@ -21300,7 +21300,7 @@ paths: type: boolean folders: type: array - description: Direct subfolder prefixes (only present for shallow listings; complete in the first page, empty in later ones) + description: Direct subfolder prefixes (only present for shallow listings; reported as the level is paged through, like the files) items: type: string required: @@ -21419,7 +21419,7 @@ paths: type: string - name: shallow in: query - description: When true, list only the direct children of the prefix (delimiter-style listing) and return subfolder prefixes in `folders`. Files of that level page via `marker`/`next_marker`. + description: When true, list only the direct children of the prefix (delimiter-style listing) and return subfolder prefixes in `folders`. The level's files and subfolders page via `marker`/`next_marker`. schema: type: boolean responses: @@ -21440,7 +21440,7 @@ paths: type: boolean folders: type: array - description: Direct subfolder prefixes (only present for shallow listings; complete in the first page, empty in later ones) + description: Direct subfolder prefixes (only present for shallow listings; reported as the level is paged through, like the files) items: type: string required: