mirror of
https://github.com/ansible/awx.git
synced 2026-02-27 15:58:45 -03:30
Add deprecation warning to job start
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user