You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/models/createwebhook.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
|`resource`|*str*|:heavy_check_mark:| Indicates the response contains a webhook subscription object. Will always contain the string `webhook` for this endpoint. | webhook |
9
9
|`id`|*str*|:heavy_check_mark:| The identifier uniquely referring to this subscription. | hook_tNP6fpF9fLJpFWziRcgiH |
10
10
|`url`|*str*|:heavy_check_mark:| The subscription's events destination. |https://example.com/webhook-endpoint|
11
-
|`profile_id`|*str*|:heavy_check_mark:| The identifier uniquely referring to the profile that created the subscription. | pfl_YyoaNFjtHc |
11
+
|`profile_id`|*Nullable[str]*|:heavy_check_mark:| The identifier uniquely referring to the profile that created the subscription. | pfl_YyoaNFjtHc |
12
12
|`created_at`|*str*|:heavy_check_mark:| The subscription's date time of creation. | 2023-01-01T12:00:00Z |
13
13
|`name`|*str*|:heavy_check_mark:| The subscription's name. | Profile Updates Webhook |
14
14
|`event_types`| List[[models.WebhookEventTypes](../models/webhookeventtypes.md)]|:heavy_check_mark:| The events types that are subscribed. |[<br/>"sales-invoice.paid, sales-invoice.canceled"<br/>]|
0 commit comments