1
0
mirror of https://github.com/ansible/awx.git synced 2024-11-01 16:51:11 +03:00

job template launch doc update

Note that a credential can be passed to the job template launch endpoint if needed.
This commit is contained in:
Chris Meyers 2015-05-04 14:01:24 -04:00
parent cffb2f324f
commit 91e6b46dc0

View File

@ -20,6 +20,8 @@ The response will include the following fields:
Make a POST request to this resource to launch the job_template. If any
passwords or variables are required, they must be passed via POST data.
If `credential_needed_to_start` is `True` then the `credential` field is
required as well.
If successful, the response status code will be 202. If any required passwords
are not provided, a 400 status code will be returned. If the job cannot be