From 54fabefc2000a4499d2258ee9039e6106e4d10bc Mon Sep 17 00:00:00 2001 From: Diego Imbert Date: Tue, 28 Jul 2026 12:52:25 +0200 Subject: [PATCH] docs: subfolders now page with the files in shallow listings Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_011HeHeGLWDuu62fxjBZA15P --- backend/ee-repo-ref.txt | 2 +- backend/windmill-api/openapi.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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: