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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2080959-missing-api-parameter-1.patch | 454 bytes | Mariano |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 2080959-missing-api-parameter-1.patch | 454 bytes | Mariano |
Comments
Comment #1
Mariano commentedHere is a quick fix for the issue.
Comment #2
levelos commentedThanks, 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.