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,6 +32,7 @@ class GaResource extends ApiResource { | ||
32 | ->allow(AclRoles::USER) | 32 | ->allow(AclRoles::USER) |
33 | ->description('Returns data from Google Analytics Api') | 33 | ->description('Returns data from Google Analytics Api') |
34 | ->exampleResponse([ | 34 | ->exampleResponse([ |
35 | + 'lifehack' => 'for example request data', | ||
35 | 'start' => '30daysAgo', | 36 | 'start' => '30daysAgo', |
36 | 'end' => 'today', | 37 | 'end' => 'today', |
37 | 'metric' => 'user,sessions' | 38 | 'metric' => 'user,sessions' |