diff --git a/program/views.py b/program/views.py index 1665db5c8ca1abcf81426f7ab57f0afc495227c5..96393ecaf53896811c2dfed1e40bd8493925276b 100644 --- a/program/views.py +++ b/program/views.py @@ -1244,7 +1244,7 @@ class APIScheduleViewSet(viewsets.ModelViewSet): In order to resolve any possible conflicts, the client must submit a new request with a solution for each conflict. Possible solutions are listed as part of the projected - timeslot in the `solution_choices` array. In a best-case scenario with no detected + timeslot in the `solutionChoices` array. In a best-case scenario with no detected conflicts an empty solutions object will suffice. For more details on the individual types of solutions see the SolutionChoicesEnum.