Skip to content

Commit c49bf5d

Browse files
Update openapi/cmd/README.md
Co-authored-by: Blake Preston <[email protected]>
1 parent cc559ee commit c49bf5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openapi/cmd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ Create a YAML configuration file to control sanitization behavior:
251251
```yaml
252252
# sanitize-config.yaml
253253

254-
# Remove only specific extension patterns (if not set, removes ALL extensions)
254+
# Only remove extensions that match these patterns, null will remove ALL extensions, [] will remove no extensions (default: null, removes ALL extensions)
255255
extensionPatterns:
256256
- "x-go-*"
257257
- "x-internal-*"

0 commit comments

Comments
 (0)