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 42e6b08 commit c93c35cCopy full SHA for c93c35c
src/Api/FilterInterface.php
@@ -26,6 +26,7 @@ interface FilterInterface
26
* - type: the type of the filter
27
* - required: if this filter is required
28
* - strategy: the used strategy
29
+ * - swagger (optional): additional parameters for the path operation, e.g. 'swagger' => ['description' => 'My Description']
30
* The description can contain additional data specific to a filter.
31
*
32
* @param string $resourceClass
0 commit comments