Refactor update creation api
All threads resolved!
All threads resolved!
Compare changes
- Samuel GAIST authored
+ 10
− 10
@@ -38,7 +38,7 @@ from django.utils import six
@@ -49,12 +49,12 @@ from ..experiments.models import Experiment
@@ -86,7 +86,7 @@ class SearchView(APIView):
@@ -555,7 +555,7 @@ class SearchSaveView(
@@ -599,7 +599,7 @@ class ListSearchView(CommonContextMixin, generics.ListAPIView):
@@ -615,10 +615,7 @@ class ListSearchView(CommonContextMixin, generics.ListAPIView):
@@ -626,6 +623,7 @@ class RetrieveDestroySearchAPIView(
@@ -639,6 +637,8 @@ class RetrieveDestroySearchAPIView(
@@ -659,7 +659,7 @@ class ShareSearchView(ShareView):