diff --git a/app/library/App/Resources/GaResource.php b/app/library/App/Resources/GaResource.php index 9994761..77e9a42 100644 --- a/app/library/App/Resources/GaResource.php +++ b/app/library/App/Resources/GaResource.php @@ -59,11 +59,14 @@ class GaResource extends ApiResource { ]) ->exampleRequest([ 'get params' => [ - 'view_id' => 'GA VIEW_ID', - 'start' => '30daysAgo / 2015-03-01', - 'end' => 'today', - 'metric' => 'user,sessions', - 'dimension' => 'source,browser' + 'required' => [], + 'optional' => [ + 'view_id' => 'GA VIEW_ID', + 'start' => '30daysAgo / 2015-03-01', + 'end' => 'today', + 'metric' => 'user,sessions', + 'dimension' => 'source,browser' + ] ] ]) ) -- libgit2 0.21.4