Skip to content
Snippets Groups Projects
Commit c35b0191 authored by ml bonhomme's avatar ml bonhomme :bee:
Browse files

put set back in destroydatasetelement

parent 9fc815d1
No related branches found
No related tags found
1 merge request!2256New DatasetSet model
This commit is part of merge request !2267. Comments created here will be created in the context of that merge request.
......@@ -790,6 +790,14 @@ class DatasetElements(CorpusACLMixin, ListCreateAPIView):
@extend_schema_view(
delete=extend_schema(
operation_id="DestroyDatasetElement",
parameters=[
OpenApiParameter(
"set",
type=str,
description="Name of the set from which to remove the element.",
required=True,
)
],
tags=["datasets"]
)
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment