We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4e7637c + ef37146 commit c85c382Copy full SHA for c85c382
backend/src/openarchiefbeheer/destruction/api/viewsets.py
@@ -202,6 +202,7 @@
202
"This endpoint can be used to abort the destruction of a list when the date to process it has been set."
203
" The status of the list is then set back to 'new' and the record manager is re-assigned to it."
204
),
205
+ request=AbortDestructionSerializer,
206
responses={200: None},
207
208
)
0 commit comments