Skip to content

Commit

Permalink
Merge e7ebff5 into cd6633b
Browse files Browse the repository at this point in the history
  • Loading branch information
devights committed Feb 11, 2020
2 parents cd6633b + e7ebff5 commit d5a01dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uw_adsel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def assign_majors(self, major_assignment):
return response

def assign_cohorts(self, cohort_assignment):
url = "{}/assignments/cohort".format(self.API)
url = "{}/assignments/cohort/bulk".format(self.API)
request = cohort_assignment.json_data()
response = self._post_resource(url, request)
return response
Expand Down

0 comments on commit d5a01dc

Please sign in to comment.