mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2024-11-25 10:56:18 +03:00
[GiphyBridge] Add examplevalue (#2523)
This commit is contained in:
parent
1a8d0babd1
commit
b1c36da14e
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ class GiphyBridge extends BridgeAbstract {
|
|||
const PARAMETERS = array( array(
|
||||
's' => array(
|
||||
'name' => 'search tag',
|
||||
'exampleValue' => 'bird',
|
||||
'required' => true
|
||||
),
|
||||
'n' => array(
|
||||
|
|
Loading…
Reference in a new issue