mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 11:00:03 -03:30
Add password to survey spec documentation
This commit is contained in:
parent
936db91560
commit
5d32d6e17a
@ -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": ""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user