mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-20 07:11:43 +02:00
[Multiple] Fix all exampleValues and required variables (#2296)
This commit is contained in:
@@ -14,7 +14,8 @@ class IvooxBridge extends BridgeAbstract {
|
||||
'Search result' => array(
|
||||
's' => array(
|
||||
'name' => 'keyword',
|
||||
'exampleValue' => 'test'
|
||||
'required' => true,
|
||||
'exampleValue' => 'car'
|
||||
)
|
||||
)
|
||||
);
|
||||
|
Reference in New Issue
Block a user