mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-31 05:40:24 +02:00
bridges: Update bridges with 'required' attributes
This commit is contained in:
@@ -5,7 +5,7 @@ class RTBFBridge extends BridgeAbstract {
|
||||
$this->uri = "http://www.rtbf.be/auvio/emissions";
|
||||
$this->description = "Returns the newest RTBF videos by series ID";
|
||||
$this->maintainer = "Frenzie";
|
||||
$this->update = "2016-08-09";
|
||||
$this->update = "2016-08-15";
|
||||
|
||||
$this->parameters[] =
|
||||
'[
|
||||
@@ -14,7 +14,7 @@ class RTBFBridge extends BridgeAbstract {
|
||||
"identifier" : "c",
|
||||
"name" : "series id",
|
||||
"exampleValue" : "9500",
|
||||
"required" : "required"
|
||||
"required" : true
|
||||
}
|
||||
]';
|
||||
}
|
||||
|
Reference in New Issue
Block a user