Skip to content

Commit

Permalink
Moved update user timezone, no longer deprecated.
Browse files Browse the repository at this point in the history
  • Loading branch information
Trevor Fullwood committed Aug 30, 2018
1 parent 3ad22b4 commit 363d548
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
# Working as of 03/24/2016
# Working as of 08/30/2018
require 'typhoeus'
require 'csv'

# variables that you would want to change to match your domain to update timezones
access_token = ''
domain = '' # this would be canvas or canvas.test/canvas.beta
csv_path = "full/path/to/file.csv"
time_zone = "America/New_York"

########################### DO NOT EDIT ##############################
url = "https://#{domain}.test.instructure.com/api/v1/" # remove or add test & beta if needed
Expand Down

0 comments on commit 363d548

Please sign in to comment.