Merge pull request #184 from chrismeyersfsu/fix-api_doc

job template launch doc update
This commit is contained in:
Chris Meyers
2015-05-04 16:12:34 -04:00

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 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. 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 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 are not provided, a 400 status code will be returned. If the job cannot be