From fb8c33b97334b2c117055320d454d71b2d292e93 Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Wed, 26 Nov 2014 10:16:36 -0500 Subject: [PATCH] Update job template launch docs with credential_needed_to_start documentation --- awx/api/templates/api/job_template_launch.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/awx/api/templates/api/job_template_launch.md b/awx/api/templates/api/job_template_launch.md index bbee46ebcc..baf5cd6990 100644 --- a/awx/api/templates/api/job_template_launch.md +++ b/awx/api/templates/api/job_template_launch.md @@ -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.