Skip to content

Commit dba39fa

Browse files
authored
Merge pull request #43 from speechmatics/notification-method-type
Change the type for the notification config method
2 parents 3f36dc9 + 4dd25ba commit dba39fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/batch/speechmatics/batch/_models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ class NotificationConfig:
155155
url: str
156156
contents: Optional[list[NotificationContents]] = None
157157
auth_headers: Optional[list[str]] = None
158-
method: Optional[str] = None
158+
method: Optional[NotificationMethod] = None
159159

160160
def to_dict(self) -> dict[str, Any]:
161161
"""Convert to dictionary, excluding None values."""

0 commit comments

Comments
 (0)