Skip to content

Commit 9a69c6e

Browse files
petfoldclaude
andcommitted
fix(openapi): make manifest listing prefix path param required
OpenAPI requires every in:path parameter to be required:true; an optional path parameter fails spec validation and broke the OpenAPI Preview CI check. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 7ef2b12 commit 9a69c6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

openapi/Swarm.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -558,8 +558,8 @@ paths:
558558
name: prefix
559559
schema:
560560
type: string
561-
required: false
562-
description: Path prefix to list under (default is the manifest root).
561+
required: true
562+
description: Path prefix to list under; use an empty value to list the manifest root.
563563
- in: query
564564
name: delimiter
565565
schema:

0 commit comments

Comments
 (0)