We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f36dc9 + 4dd25ba commit dba39faCopy full SHA for dba39fa
sdk/batch/speechmatics/batch/_models.py
@@ -155,7 +155,7 @@ class NotificationConfig:
155
url: str
156
contents: Optional[list[NotificationContents]] = None
157
auth_headers: Optional[list[str]] = None
158
- method: Optional[str] = None
+ method: Optional[NotificationMethod] = None
159
160
def to_dict(self) -> dict[str, Any]:
161
"""Convert to dictionary, excluding None values."""
0 commit comments