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 99e8caa commit f4e5ba2Copy full SHA for f4e5ba2
core/filters.md
@@ -634,7 +634,11 @@ final class RegexpFilter extends AbstractFilter
634
'property' => $property,
635
'type' => 'string',
636
'required' => false,
637
- 'swagger' => ['description' => 'Filter using a regex. This will appear in the Swagger documentation!'],
+ 'swagger' => [
638
+ 'description' => 'Filter using a regex. This will appear in the Swagger documentation!',
639
+ 'name' => 'Custom name to use in the Swagger documentation',
640
+ 'type' => 'Will appear below the name in the Swagger documentation',
641
+ ],
642
];
643
}
644
0 commit comments