Skip to content

Commit

Permalink
Merge pull request #32 from kmfk/issue-31
Browse files Browse the repository at this point in the history
Fixes #31
  • Loading branch information
Keith Kirk committed Dec 12, 2013
2 parents 433e7a5 + 6c70fbd commit 2598109
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/KeenIO/Resources/config/keen-io-3_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -174,6 +175,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -230,6 +232,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -286,6 +289,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -342,6 +346,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -398,6 +403,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -454,6 +460,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -510,6 +517,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -587,6 +595,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down Expand Up @@ -637,6 +646,7 @@
"location": "query",
"description": "Filters are used to narrow down the events used in an analysis request based on event property values.",
"type": "array",
"filters": [ "json_encode" ],
"required": false
},
"timeframe": {
Expand Down

0 comments on commit 2598109

Please sign in to comment.