From 45d907c772d8a534f8830f7d94dae712069e5bc4 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Tue, 25 Mar 2025 16:16:23 -0400 Subject: [PATCH] docs: fix missing camelCase --- program/views.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/views.py b/program/views.py index 1665db5..96393ec 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. -- GitLab