mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 02:50:02 -03:30
Add deprecation warning to job start
This commit is contained in:
parent
ba26bb158b
commit
47efe8c2e8
@ -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()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user