Skip to content

Commit c85c382

Browse files
authoredSep 24, 2024··
Merge pull request #381 from maykinmedia/fix/374-docs-abort-endpoint
[#374] Correct error in API docs
2 parents 4e7637c + ef37146 commit c85c382

File tree

1 file changed

+1
-0
lines changed
  • backend/src/openarchiefbeheer/destruction/api

1 file changed

+1
-0
lines changed
 

‎backend/src/openarchiefbeheer/destruction/api/viewsets.py

+1
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,7 @@
202202
"This endpoint can be used to abort the destruction of a list when the date to process it has been set."
203203
" The status of the list is then set back to 'new' and the record manager is re-assigned to it."
204204
),
205+
request=AbortDestructionSerializer,
205206
responses={200: None},
206207
),
207208
)

0 commit comments

Comments
 (0)
Please sign in to comment.