We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04b1a80 commit a4edd29Copy full SHA for a4edd29
apps/api/src/routes/v1_files/$wildcard.ts
@@ -229,21 +229,21 @@ export const METADATA_WILDCARD_ROUTE = createRoute({
229
schema: {
230
type: "string",
231
},
232
- required: true,
+ required: false,
233
234
[UCD_STAT_CHILDREN_FILES_HEADER]: {
235
description: "Number of child files (only for directories)",
236
237
238
239
240
241
[UCD_STAT_CHILDREN_DIRS_HEADER]: {
242
description: "Number of child directories (only for directories)",
243
244
245
246
247
248
"Content-Type": {
249
description: "The content type of the file",
0 commit comments