Skip to content

Commit 76b1401

Browse files
authored
Update comments to indicate visual_style param as deprecated (#283)
* update comments to indicate visual_style param as deprecated * update Python versions in CI (#284)
1 parent 412b390 commit 76b1401

1 file changed

Lines changed: 4 additions & 7 deletions

File tree

duo_client/admin.py

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,10 +139,9 @@
139139
'notes': <str:notes>,
140140
'secret_key': <str:secret key>,
141141
'type': <str:integration type>,
142-
'visual_style': <str:visual style>}
142+
'visual_style': Deprecated; ignored if specified.}
143143
144-
See the adminapi docs for possible values for enroll_policy, visual_style, ip_whitelist,
145-
and type.
144+
See the adminapi docs for possible values for enroll_policy, ip_whitelist, and type.
146145
147146
148147
ADMINISTRATIVE UNITS
@@ -2600,8 +2599,7 @@ def create_integration(self,
26002599
name - The name of the integration (required)
26012600
integration_type - <str: integration type constant> (required)
26022601
See adminapi docs for possible values.
2603-
visual_style - <str:visual style constant> (optional, default 'default')
2604-
See adminapi docs for possible values.
2602+
visual_style - Deprecated; ignored if specified.
26052603
greeting - <str:Voice greeting> (optional, default '')
26062604
notes - <str:internal use> (optional, uses default setting)
26072605
enroll_policy - <str:'enroll'|'allow'|'deny'> (optional, default 'enroll')
@@ -2805,8 +2803,7 @@ def update_integration(self,
28052803
28062804
integration_key - The key of the integration to update. (required)
28072805
name - The name of the integration (optional)
2808-
visual_style - (optional, default 'default')
2809-
See adminapi docs for possible values.
2806+
visual_style - Deprecated; ignored if specified.
28102807
greeting - Voice greeting (optional, default '')
28112808
notes - internal use (optional, uses default setting)
28122809
enroll_policy - <'enroll'|'allow'|'deny'> (optional, default 'enroll')

0 commit comments

Comments
 (0)