Skip to content

Commit 23afc8d

Browse files
committed
updated docs
1 parent d9dec98 commit 23afc8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apps/docs/content/docs/en/tools/attio.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1012,8 +1012,8 @@ Update a webhook in Attio (target URL and/or subscriptions)
10121012
| Parameter | Type | Required | Description |
10131013
| --------- | ---- | -------- | ----------- |
10141014
| `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 |
1015+
| `targetUrl` | string | Yes | HTTPS target URL for webhook delivery |
1016+
| `subscriptions` | string | Yes | JSON array of subscriptions, e.g. \[\{"event_type":"note.created"\}\] |
10171017

10181018
#### Output
10191019

0 commit comments

Comments
 (0)