add/fix: small changes on docs and comment style
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user