From 3b5f74d9508a62cc0f736e5847ea9a767f4f77b2 Mon Sep 17 00:00:00 2001 From: Simon Williams Date: Sat, 27 Feb 2016 01:43:32 -0700 Subject: [PATCH] docs: clarify that parent_account_id is a required column for an account csv sis import, the file must include the parent_account_id column even if all the values in it are blank, so that we can differentiate the file from a group import. fixes CNVS-16875 test plan: - check sis csv docs Change-Id: I5c897a249886e8234a530ce9ea8e3b3dec88c093 Reviewed-on: https://gerrit.instructure.com/73205 Tested-by: Jenkins Reviewed-by: Cody Cutrer QA-Review: Jeremy Putnam Product-Review: Simon Williams --- doc/api/sis_csv.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/api/sis_csv.md b/doc/api/sis_csv.md index b6c1d0f9da9..6a258fdb78f 100644 --- a/doc/api/sis_csv.md +++ b/doc/api/sis_csv.md @@ -229,8 +229,10 @@ interface, this is called the SIS ID. parent_account_id text -The account identifier of the parent account. -If this is blank the parent account will be the root account. +Required column. The account identifier of the parent account. +If this is blank the parent account will be the root account. Note that even if +all values are blank, the column must be included to differentiate the file +from a group import. name