Skip to content

Commit

Permalink
chg: [API] Set response serializer of SystemUpdateApiView to None.
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Nov 23, 2023
1 parent 9c79d99 commit 70ae428
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ class SystemUpdateApiView(APIView):
]
permission_classes = [IsAuthenticated, IsAdminUser]

@extend_schema(request=None, responses=None)
def get(self, request, *args, **kwargs):
"""
Triggers the update of the software.
Expand Down

0 comments on commit 70ae428

Please sign in to comment.