Skip to content

Commit 77b7499

Browse files
authored
Update README.md
Fix missing event url in create_application
1 parent f558caf commit 77b7499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ Docs: [https://docs.nexmo.com/verify/api-reference/api-reference#control](https:
173173
### Create an application
174174

175175
```python
176-
response = client.create_application(name='Example App', type='voice', answer_url=answer_url)
176+
response = client.create_application(name='Example App', type='voice', answer_url=answer_url, event_url=event_url)
177177
```
178178

179179
Docs: [https://docs.nexmo.com/tools/application-api/api-reference#create](https://docs.nexmo.com/tools/application-api/api-reference#create?utm_source=DEV_REL&utm_medium=github&utm_campaign=python-client-library)

0 commit comments

Comments
 (0)