|
4 | 4 | 'idSite:int|string|int[]' => 1, |
5 | 5 | 'period:\'day\'|\'week\'|\'month\'|\'year\'|\'range\'' => 'day', |
6 | 6 | 'period:"day"|"week"|"month"|"year"|"range"' => 'day', |
7 | | - 'date:string' => '2026-05-01', |
| 7 | + 'date:string' => 'yesterday', |
8 | 8 | 'idSite:int|string' => 1, |
9 | 9 | 'apiModule:string' => 'VisitsSummary', |
10 | 10 | 'apiAction:string' => 'get', |
|
146 | 146 | 'verificationCode:string' => '123456', |
147 | 147 | 'delegatedManagement:bool' => true, |
148 | 148 | 'isEnabled:bool|int|string' => true, |
149 | | - 'clientId:string' => 'analytics-dashboard', |
| 149 | + 'memberOf:string' => 'cn=matomo-users,ou=groups,dc=example,dc=org', |
| 150 | + 'filter:string' => '(objectClass=person)', |
| 151 | + 'initialIdSite:int' => 1, |
| 152 | + 'clientId:string' => '0123456789abcdef0123456789abcdef', |
150 | 153 | 'grantTypes:string[]' => ['authorization_code'], |
151 | | - 'scope:string' => 'read:reports', |
| 154 | + 'scope:string' => 'matomo:read', |
152 | 155 | 'active:string' => '1', |
153 | 156 | 'plugin:string' => 'HeatmapSessionRecording', |
154 | 157 | 'format:string' => 'html', |
|
167 | 170 | 1, |
168 | 171 | 2, |
169 | 172 | ], |
| 173 | + 'sourceIdSites:integer|(integer|array<string>)' => [ |
| 174 | + 1, |
| 175 | + 2, |
| 176 | + ], |
| 177 | + 'sourceIdSites:integer | (integer | array<string>)' => [ |
| 178 | + 1, |
| 179 | + 2, |
| 180 | + ], |
170 | 181 | 'timezone:string' => 'Pacific/Auckland', |
171 | 182 | 'currency:string' => 'NZD', |
172 | 183 | 'period:\'day\'|\'week\'|\'month\'|\'never\'' => 'never', |
|
0 commit comments