From 91e6b46dc071e90acc45aed1efb16f3b21b68b33 Mon Sep 17 00:00:00 2001 From: Chris Meyers Date: Mon, 4 May 2015 14:01:24 -0400 Subject: [PATCH] job template launch doc update Note that a credential can be passed to the job template launch endpoint if needed. --- awx/api/templates/api/job_template_launch.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/awx/api/templates/api/job_template_launch.md b/awx/api/templates/api/job_template_launch.md index baf5cd6990..90846940a8 100644 --- a/awx/api/templates/api/job_template_launch.md +++ b/awx/api/templates/api/job_template_launch.md @@ -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