Skip to content

Commit 3da1925

Browse files
committed
Fix typo
1 parent a44dc28 commit 3da1925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs-v2/pages/connect/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3371,7 +3371,7 @@ const workflowIds = [
33713371
const { workflow_ids: confirmedIds } = await pd.updateTriggerWorkflows({
33723372
id: "dc_gzumK2e",
33733373
externalUserId: "jverce",
3374-
webhookUrls,
3374+
workflowIds,
33753375
});
33763376

33773377
// `workflowIds` will match `confirmedIds` if the update was successful

0 commit comments

Comments
 (0)