Skip to content
Snippets Groups Projects

Add optional confidence

Merged Yoann Schneider requested to merge add-optional-confidence into master
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -232,7 +232,7 @@ class TranscriptionEntityCreate(CreateAPIView):
serializer_class = TranscriptionEntitySerializer
# For OpenAPI type discovery: a transcription's ID is in the path
queryset = Transcription.objects.none()
def get_serializer_context(self):
context = super().get_serializer_context()
if not self.request:
Loading