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

put set back in destroydatasetelement

parent b9b314c7
No related branches found
No related tags found
No related merge requests found
This commit is part of merge request !2256. 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