Skip to content

Commit

Permalink
Remove customized operation_id from OrphansView
Browse files Browse the repository at this point in the history
  • Loading branch information
fao89 committed Sep 2, 2020
1 parent 16caab7 commit 5b4d0e5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES/plugin_api/7446.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove customized operation_id from OrphansView
1 change: 0 additions & 1 deletion pulpcore/app/views/orphans.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ class OrphansView(APIView):
description="Trigger an asynchronous task that deletes all"
"orphaned content and artifacts.",
summary="Delete orphans",
operation_id="orphans_delete",
responses={202: AsyncOperationResponseSerializer},
)
def delete(self, request, format=None):
Expand Down

0 comments on commit 5b4d0e5

Please sign in to comment.