Commit 3c070e2ba5697de18d3a141e40a595a2bc28fc23
1 parent
e367fb50
lifehack
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/library/App/Resources/GaResource.php
... | ... | @@ -32,6 +32,7 @@ class GaResource extends ApiResource { |
32 | 32 | ->allow(AclRoles::USER) |
33 | 33 | ->description('Returns data from Google Analytics Api') |
34 | 34 | ->exampleResponse([ |
35 | + 'lifehack' => 'for example request data', | |
35 | 36 | 'start' => '30daysAgo', |
36 | 37 | 'end' => 'today', |
37 | 38 | 'metric' => 'user,sessions' | ... | ... |