Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 898 Bytes

File metadata and controls

16 lines (12 loc) · 898 Bytes

AccountCustomFieldUpdate

accountCustomFieldUpdate is a command to update an account custom field

Properties

Name Type Description Notes
id int The custom field id
json bool Set output format to JSON [optional] [default to False]
name str The new name of the custom field [optional]
required bool Specify whether the custom field is mandatory [optional] [default to False]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]

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