add/fix: small changes on docs and comment style

This commit is contained in:
2025-08-06 17:25:01 +05:00
parent 2cf7eea5fe
commit ab9dd2ec9c
6 changed files with 331 additions and 73 deletions

View File

@@ -51,6 +51,7 @@ class CompanyFolderCrudViewSet(BaseViewSetMixin, ModelViewSet):
######################################################################
# /company-folders/<uuid:pk>/contracts
######################################################################
@extend_schema(tags=["CompanyFolder Contracts"])
class ContractFolderApiView(BaseApiViewMixin, GenericAPIView): # type: ignore
queryset = CompanyFolderModel.objects.all()
permission_classes = [IsFolderOwner]