Support template data options by adding property attribute with an array of text and values. Additionally add a multiple property, which indicates multiple values are suppored if set to "true".
-
Add an optional property to the
data
object: options (array of objects. text/value pair)- the "text" property would indicate the text to be displayed in client.
- the "value" property would indicate the value associated with the text above. This is the what the client should return to to the API in a POST or PUT request.
-
Add an optional property to the
data
object: multiple (boolean).