You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/Controller/RowOCSController.php
+19-1Lines changed: 19 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -125,6 +125,8 @@ public function createRow(string $nodeCollection, int $nodeId, mixed $data): Dat
125
125
* @psalm-param ?int<0,max> $offset Offset of the rows to be returned (optional)
126
126
* @param ?string $filter JSON encoded list of filter groups. Definitions within a group are AND-connected, groups are OR-connected, e.g. `[[{"columnId":1,"operator":"contains","value":"foo"}]]` (optional)
127
127
* @param ?string $sort JSON encoded list of sort rules, e.g. `[{"columnId":1,"mode":"ASC"}]` (optional)
128
+
* @param ?string $search Search string (optional)
129
+
* @param ?string $rowIds JSON encoded list of row IDs (optional)
0 commit comments