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

put set back in destroydatasetelement

parent c87f3ed3
No related branches found
No related tags found
No related merge requests found
......@@ -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