Skip to content

Commit

Permalink
feat(api): Depreciate v1 API Endpoint Ticket Comment Categories
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-nfc committed Nov 27, 2024
1 parent df55cf0 commit 91e38a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/views/core/ticket_comment_categories.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from api.views.mixin import OrganizationPermissionAPI



@extend_schema(deprecated=True)
class View(OrganizationMixin, viewsets.ModelViewSet):

permission_classes = [
Expand Down

0 comments on commit 91e38a8

Please sign in to comment.