Skip to content

Commit 25fe149

Browse files
update generated models from apify-docs PR #2794
1 parent 094bb37 commit 25fe149

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/apify_client/_models.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3830,7 +3830,7 @@ class Webhook(BaseModel):
38303830
do_not_retry: Annotated[bool | None, Field(examples=[False])] = None
38313831
request_url: Annotated[AnyUrl | None, Field(examples=['http://example.com/'])] = None
38323832
"""
3833-
URL of the HTTP request sent by the webhook. It is omitted or `null` for webhooks with a non-HTTP action type (e.g. Slack or email notifications).
3833+
URL of the HTTP request sent by the webhook. It is omitted or `null` for hook actions other than the conventional HTTP case (e.g. Slack or email notifications).
38343834
"""
38353835
payload_template: Annotated[str | None, Field(examples=['{\\n "userId": {{userId}}...'])] = None
38363836
headers_template: Annotated[str | None, Field(examples=['{\\n "Authorization": "Bearer ..."}'])] = None
@@ -3907,7 +3907,7 @@ class WebhookDispatchWebhookSummary(BaseModel):
39073907
condition: WebhookCondition | None = None
39083908
request_url: Annotated[AnyUrl | None, Field(examples=['https://example.com/webhook'])] = None
39093909
"""
3910-
URL of the HTTP request sent by the webhook. It is `null` for webhooks with a non-HTTP action type (e.g. Slack or email notifications).
3910+
URL of the HTTP request sent by the webhook. It is `null` for hook actions other than the conventional HTTP case (e.g. Slack or email notifications).
39113911
"""
39123912
is_ad_hoc: Annotated[bool | None, Field(examples=[False])] = None
39133913

0 commit comments

Comments
 (0)