Refactor update creation api
Compare changes
- Samuel GAIST authored
It was a JSONField however it should be a CharField. It worked because the DRF JSONField does not actually do type checks so a string can be dumped and it passes the validation successfully.
@@ -54,7 +54,7 @@ from .models import Experiment, Block