From 47efe8c2e86914ae1012dcc2145d0027555fce91 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Thu, 19 Jan 2017 11:01:18 -0500 Subject: [PATCH] Add deprecation warning to job start --- awx/api/views.py | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/api/views.py b/awx/api/views.py index 965078727a..05f59b32ae 100644 --- a/awx/api/views.py +++ b/awx/api/views.py @@ -3308,6 +3308,7 @@ class JobStart(GenericAPIView): model = Job serializer_class = EmptySerializer is_job_start = True + deprecated = True def get(self, request, *args, **kwargs): obj = self.get_object()