Update job template launch docs with credential_needed_to_start documentation

This commit is contained in:
Matthew Jones 2014-11-26 10:16:36 -05:00
parent 6f1f065414
commit fb8c33b973

View File

@ -14,6 +14,9 @@ The response will include the following fields:
job_template (array, read-only)
* `survey_enabled`: Flag indicating if whether the job_template has an enabled
survey (boolean, read-only)
* `credential_needed_to_start`: Flag indicating the presence of a credential
associated with the job template. If not then one should be supplied when
launching the job (boolean, read-only)
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.