Skip to content

Commit

Permalink
Merge pull request #24 from pkollitsch/master
Browse files Browse the repository at this point in the history
[fix] wrong uri setting for extraction call
  • Loading branch information
Keith Kirk committed Dec 9, 2013
2 parents 17aeb01 + 6c44d6e commit 4b8daa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/KeenIO/Resources/config/keen-io-3_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@
}
},
"extraction": {
"uri": "projects/{projectId}/queries/select_unique",
"uri": "projects/{projectId}/queries/extraction",
"description": "GET creates an extraction request for full-form event data with all property values. If the query string parameter email is specified, then the extraction will be processed asynchronously and an e-mail will be sent to the specified address when it completes. The email will include a link to a downloadable CSV file. If email is omitted, then the extraction will be processed in-line and JSON results will be returned in the GET request.",
"httpMethod": "GET",
"parameters": {
Expand Down

0 comments on commit 4b8daa6

Please sign in to comment.