1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-07-27 11:50:12 +02:00

[GiphyBridge] Add examplevalue (#2523)

This commit is contained in:
Bocki
2022-03-24 12:11:01 +01:00
committed by GitHub
parent 1a8d0babd1
commit b1c36da14e

View File

@@ -11,6 +11,7 @@ class GiphyBridge extends BridgeAbstract {
const PARAMETERS = array( array( const PARAMETERS = array( array(
's' => array( 's' => array(
'name' => 'search tag', 'name' => 'search tag',
'exampleValue' => 'bird',
'required' => true 'required' => true
), ),
'n' => array( 'n' => array(