Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 1.11 KB

Option.md

File metadata and controls

13 lines (8 loc) · 1.11 KB

Option

Properties

Name Type Description Notes
display_text str The text that is displayed to the user for that option in the provider site.<br><br><b>Endpoints</b>:<ul><li>GET providerAccounts/{providerAccountId}</li><li>GET providers/{providerId}</li></ul> [optional]
option_value str The value that is associated with the option.<br><br><b>Endpoints</b>:<ul><li>GET providerAccounts/{providerAccountId}</li><li>GET providers/{providerId}</li></ul> [optional]
is_selected bool The option that is selected by default in the provider site.<br><br><b>Endpoints</b>:<ul><li>GET providerAccounts/{providerAccountId}</li><li>GET providers/{providerId}</li></ul> [optional]

[Back to Model list] [Back to API list] [Back to README]