diff --git a/awx/api/views.py b/awx/api/views.py index bbb4c990b8..6da87f1c14 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -771,6 +771,7 @@ class OrganizationWorkflowJobTemplatesList(SubListCreateAttachDetachAPIView): parent_model = Organization relationship = 'workflows' parent_key = 'organization' + new_in_310 = True class OrganizationTeamsList(SubListCreateAttachDetachAPIView):