Remove sources from API endpoints
After the 0.14.2 release we can remove the source
attributes from all the creation endpoints: we should only be able to create a new ML result with a worker version.
Concerned endpoints are:
- CreateElement
- CreateEntity (
ner
attribute) - CreateTranscription
- CreateElementTranscriptions
- CreateClassification
In the end, the serializer field DataSourceSlugField
should be removed.