From 6f9ae4568cf5d489d156c82b02c1cc8f56e1f67e Mon Sep 17 00:00:00 2001 From: adrielhampton Date: Tue, 11 Mar 2014 14:41:54 -0700 Subject: [PATCH] Update imports_api.md Clarifying that the two import types must be completed separately. --- doc/imports_api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/imports_api.md b/doc/imports_api.md index 8334d6a..fa7b108 100644 --- a/doc/imports_api.md +++ b/doc/imports_api.md @@ -13,7 +13,7 @@ POST /api/v1/imports ### Parameters -* `type` - "[voter_file](https://github.com/3dna/people_view/blob/imports_documentation/doc/voter_file_import_fields.md)" or "[voting_history](https://github.com/3dna/people_view/blob/imports_documentation/doc/voting_history_import_fields.md)", depending on what fields you wish to import with the file +* `type` - "[voter_file](https://github.com/3dna/people_view/blob/imports_documentation/doc/voter_file_import_fields.md)" or "[voting_history](https://github.com/3dna/people_view/blob/imports_documentation/doc/voting_history_import_fields.md)", depending on what fields you wish to import with the file. Note that these import types must be imported separately, and voter history should be imported only after voter file information has processed into the nation you are updating. * `file` - a RFC 4648 base 64 encoded version of the contents of the UTF-8 file you wish to import, using the alphabet defined as "URL and Filename safe Base64 Alphabet" by the standard. Show Endpoint