We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9dec98 commit 23afc8dCopy full SHA for 23afc8d
apps/docs/content/docs/en/tools/attio.mdx
@@ -1012,8 +1012,8 @@ Update a webhook in Attio (target URL and/or subscriptions)
1012
| Parameter | Type | Required | Description |
1013
| --------- | ---- | -------- | ----------- |
1014
| `webhookId` | string | Yes | The webhook ID to update |
1015
-| `targetUrl` | string | No | New HTTPS target URL |
1016
-| `subscriptions` | string | No | New JSON array of subscriptions |
+| `targetUrl` | string | Yes | HTTPS target URL for webhook delivery |
+| `subscriptions` | string | Yes | JSON array of subscriptions, e.g. \[\{"event_type":"note.created"\}\] |
1017
1018
#### Output
1019
0 commit comments