mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 00:02:19 +00:00
docs: subfolders now page with the files in shallow listings
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_011HeHeGLWDuu62fxjBZA15P
This commit is contained in:
@@ -1 +1 @@
|
||||
7d0ddb4da8c1692ad982a09f0a2b892f7456b8a3
|
||||
b4aa37970778ff4c44999bb40f7f23de488c573b
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user