Skip to content

Latest commit

 

History

History
25 lines (11 loc) · 525 Bytes

UpdatePicklist.md

File metadata and controls

25 lines (11 loc) · 525 Bytes

TalonOne.UpdatePicklist

Properties

Name Type Description Notes
type String The type of allowed values in the picklist. If the type `time` is chosen, it must be an RFC3339 timestamp string.
values [String] The list of allowed values provided by this picklist.

Enum: TypeEnum

  • string (value: "string")

  • boolean (value: "boolean")

  • number (value: "number")

  • time (value: "time")