We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c53cf46 commit 6a5d135Copy full SHA for 6a5d135
course_api/typeform/api_views.py
@@ -14,7 +14,7 @@ class TestView(GenericViewSet):
14
# Dummy Serializer
15
class DummyFormSerializer(Serializer):
16
id = IntegerField()
17
- name = CharField()
+ title = CharField()
18
19
@swagger_auto_schema(
20
responses={200: DummyFormSerializer(many=True)},
0 commit comments