From 5d32d6e17ae5fffd4552e009561995f32cb906ba Mon Sep 17 00:00:00 2001 From: Matthew Jones Date: Mon, 6 Jun 2016 13:24:21 -0400 Subject: [PATCH] Add password to survey spec documentation --- awx/api/templates/api/job_template_survey_spec.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/awx/api/templates/api/job_template_survey_spec.md b/awx/api/templates/api/job_template_survey_spec.md index be73c0b1f4..0eba630328 100644 --- a/awx/api/templates/api/job_template_survey_spec.md +++ b/awx/api/templates/api/job_template_survey_spec.md @@ -23,6 +23,7 @@ list of survey items. Within each survey item `type` must be one of: * text: For survey questions expecting a textual answer +* password: For survey questions expecting a password or other sensitive information * integer: For survey questions expecting a whole number answer * float: For survey questions expecting a decimal number * multiplechoice: For survey questions where one option from a list is required @@ -116,4 +117,4 @@ Here is a more comprehensive example showing the various question types and thei "default": "" } ] - } \ No newline at end of file + }