lib/bearcat/client/courses.rb in bearcat-1.5.26 vs lib/bearcat/client/courses.rb in bearcat-1.5.28.beta1
- old
+ new
@@ -20,9 +20,13 @@
# Performs effectively the same operation as #create_content_migration, but without the need to specify a file to be uploaded
post :copy_course, "content_migrations"
get :course_settings, 'settings'
+
+ get :course_late_policy, 'late_policy'
+ post :create_course_late_policy, 'late_policy'
+ patch :update_course_late_policy, 'late_policy'
end
def create_content_migration_with_both_responses(course, file_path, params={})
content_migration_response = post("/api/v1/courses/#{course}/content_migrations", params)
pre_attachment = content_migration_response['pre_attachment']