The API call webhook_update needs the id of the webhook being updated. As of now, the id isn't an argument that can be passed.

I will be posting a patch soon.

CommentFileSizeAuthor
#1 2080959-missing-api-parameter-1.patch454 bytesMariano

Comments

Mariano’s picture

Status: Active » Patch (to be ported)
StatusFileSize
new454 bytes

Here is a quick fix for the issue.

levelos’s picture

Status: Patch (to be ported) » Fixed

Thanks, applied. Also not that we're using a new wrapper library for the Mandrill API in the 2.x branch which also has this covered.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

  • Commit 56f8374 on 7.x-1.x, 7.x-2.x authored by Mariano, committed by levelos:
    Issue #2080959 by Mariano: API call webhook_update is missing an...