diff --git a/awx/api/views.py b/awx/api/views.py index 2ece2dedac..e18c080ddf 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -712,7 +712,7 @@ class OrganizationAdminsList(SubListCreateAttachDetachAPIView): parent_model = Organization relationship = 'admin_role.members' -class OrganizationProjectsList(SubListAPIView): +class OrganizationProjectsList(SubListCreateAttachDetachAPIView): model = Project serializer_class = ProjectSerializer