File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -173,15 +173,15 @@ Docs: [https://docs.nexmo.com/verify/api-reference/api-reference#control](https:
173173### Basic Number Insight
174174
175175``` python
176- client.get_basic_number_insight(' 447700900000' )
176+ client.get_basic_number_insight(number = ' 447700900000' )
177177```
178178
179179Docs: [ https://docs.nexmo.com/number-insight/basic ] ( https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library )
180180
181181### Standard Number Insight
182182
183183``` python
184- client.get_number_insight(' 447700900000' )
184+ client.get_number_insight(number = ' 447700900000' )
185185```
186186
187187Docs: [ https://docs.nexmo.com/number-insight/standard ] ( https://docs.nexmo.com/number-insight/basic?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library )
You can’t perform that action at this time.
0 commit comments