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:
Diego Imbert
2026-07-28 12:52:25 +02:00
parent 2acb03b5cd
commit 54fabefc20
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1 +1 @@
7d0ddb4da8c1692ad982a09f0a2b892f7456b8a3
b4aa37970778ff4c44999bb40f7f23de488c573b
+4 -4
View File
@@ -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: