diff options
author | 2022-03-24 11:59:34 +0100 | |
---|---|---|
committer | 2022-03-24 11:59:34 +0100 | |
commit | 1a8d0babd1dbb6d6ae4a4aa9744537efae70abce (patch) | |
tree | 2aaab61519f63ace530e0d93e93569621e42917c /bridges/SteamCommunityBridge.php | |
parent | f766193106d589f266b7e5847a933f55683dc010 (diff) | |
download | rss-bridge-1a8d0babd1dbb6d6ae4a4aa9744537efae70abce.tar.gz rss-bridge-1a8d0babd1dbb6d6ae4a4aa9744537efae70abce.tar.zst rss-bridge-1a8d0babd1dbb6d6ae4a4aa9744537efae70abce.zip |
[Multiple] Fix all exampleValues and required variables (#2296)
Diffstat (limited to 'bridges/SteamCommunityBridge.php')
-rw-r--r-- | bridges/SteamCommunityBridge.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bridges/SteamCommunityBridge.php b/bridges/SteamCommunityBridge.php index acd19a10..b0f08cf0 100644 --- a/bridges/SteamCommunityBridge.php +++ b/bridges/SteamCommunityBridge.php @@ -10,6 +10,7 @@ class SteamCommunityBridge extends BridgeAbstract { array( 'i' => array( 'name' => 'App ID', + 'exampleValue' => '730', 'required' => true ), 'category' => array( |