Skip to content
Snippets Groups Projects
Verified Commit c49bc754 authored by Ernesto Rico Schmidt's avatar Ernesto Rico Schmidt
Browse files

docs: clarify the format of solutions

parent d2533318
No related branches found
No related tags found
No related merge requests found
...@@ -1095,7 +1095,8 @@ class ScheduleCreateUpdateRequestSerializer(serializers.Serializer): ...@@ -1095,7 +1095,8 @@ class ScheduleCreateUpdateRequestSerializer(serializers.Serializer):
solutions = serializers.DictField( solutions = serializers.DictField(
child=serializers.ChoiceField(SOLUTION_CHOICES), child=serializers.ChoiceField(SOLUTION_CHOICES),
required=False, required=False,
help_text="Array of solution choices.", help_text="Dictionary of solution choices. The key is the collision’s `hash` , the value "
"is one of the `solutionChoices` offered.",
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment