We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webhook_url
1 parent 8233967 commit f4398ccCopy full SHA for f4398cc
assemblyai/types.py
@@ -954,7 +954,7 @@ def set_webhook(
954
955
return self
956
957
- self._raw_transcription_config.url = url
+ self._raw_transcription_config.webhook_url = url
958
if auth_header_name and auth_header_value:
959
self._raw_transcription_config.webhook_auth_header_name = auth_header_name
960
self._raw_transcription_config.webhook_auth_header_value = auth_header_value
setup.py
@@ -7,7 +7,7 @@
7
8
setup(
9
name="assemblyai",
10
- version="0.15.0",
+ version="0.15.1",
11
description="AssemblyAI Python SDK",
12
author="AssemblyAI",
13
author_email="[email protected]",
0 commit comments