Index: trunk/extensions/SemanticWatchlist/api/ApiAddWatchlistGroup.php |
— | — | @@ -102,6 +102,8 @@ |
103 | 103 | |
104 | 104 | public function getPossibleErrors() { |
105 | 105 | return array_merge( parent::getPossibleErrors(), array( |
| 106 | + array( 'missingparam', 'name' ), |
| 107 | + array( 'missingparam', 'properties' ), |
106 | 108 | ) ); |
107 | 109 | } |
108 | 110 | |