@@ -123,7 +123,6 @@ discard block |
||
123 | 123 | * Create a new item by getting the entry from the request body and add |
124 | 124 | * to the dataset. |
125 | 125 | * |
126 | - * @param string $key for the dataset |
|
127 | 126 | * |
128 | 127 | * @return array |
129 | 128 | */ |
@@ -152,8 +151,6 @@ discard block |
||
152 | 151 | /** |
153 | 152 | * Upsert/replace an item in the dataset, entry is taken from request body. |
154 | 153 | * |
155 | - * @param string $key for the dataset |
|
156 | - * @param string $itemId where to save the entry |
|
157 | 154 | * |
158 | 155 | * @return void |
159 | 156 | */ |
@@ -187,8 +184,6 @@ discard block |
||
187 | 184 | /** |
188 | 185 | * Delete an item from the dataset. |
189 | 186 | * |
190 | - * @param string $key for the dataset |
|
191 | - * @param string $itemId for the item to delete |
|
192 | 187 | * |
193 | 188 | * @return array |
194 | 189 | */ |