|
139 | 139 | 'notes': <str:notes>, |
140 | 140 | 'secret_key': <str:secret key>, |
141 | 141 | 'type': <str:integration type>, |
142 | | - 'visual_style': <str:visual style>} |
| 142 | + 'visual_style': Deprecated; ignored if specified.} |
143 | 143 |
|
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. |
146 | 145 |
|
147 | 146 |
|
148 | 147 | ADMINISTRATIVE UNITS |
@@ -2600,8 +2599,7 @@ def create_integration(self, |
2600 | 2599 | name - The name of the integration (required) |
2601 | 2600 | integration_type - <str: integration type constant> (required) |
2602 | 2601 | 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. |
2605 | 2603 | greeting - <str:Voice greeting> (optional, default '') |
2606 | 2604 | notes - <str:internal use> (optional, uses default setting) |
2607 | 2605 | enroll_policy - <str:'enroll'|'allow'|'deny'> (optional, default 'enroll') |
@@ -2805,8 +2803,7 @@ def update_integration(self, |
2805 | 2803 |
|
2806 | 2804 | integration_key - The key of the integration to update. (required) |
2807 | 2805 | 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. |
2810 | 2807 | greeting - Voice greeting (optional, default '') |
2811 | 2808 | notes - internal use (optional, uses default setting) |
2812 | 2809 | enroll_policy - <'enroll'|'allow'|'deny'> (optional, default 'enroll') |
|
0 commit comments