Skip to content

Commit 584819b

Browse files
cursoragenteluce2
andcommitted
Fix: Change Webhook.Delete method to POST
Co-authored-by: eric.luce <eric.luce@proofgeist.com>
1 parent 5824811 commit 584819b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fmodata/src/client/webhook-builder.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ export class WebhookManager {
183183
const result = await this.context._makeRequest(
184184
`/${this.databaseName}/Webhook.Delete(${webhookId})`,
185185
{
186-
method: "DELETE",
186+
method: "POST",
187187
...options,
188188
},
189189
);

0 commit comments

Comments
 (0)