Closed porcherface closed 2 months ago
the updateApplication method does not read the applicationId field, leading to undefined webhook when making the api call
return a merged application
returns error 404 due to missing id in url
from a quick inspection of the sdk code the module expects an "id" field rather than "applicationId"
run this with any .env provided by vonage : https://github.com/Vonage/vonage-node-code-snippets/blob/master/applications/update-application.js
just namefix
The snippet has been updated
the updateApplication method does not read the applicationId field, leading to undefined webhook when making the api call
Expected Behavior
return a merged application
Current Behavior
returns error 404 due to missing id in url
Possible Solution
from a quick inspection of the sdk code the module expects an "id" field rather than "applicationId"
Steps to Reproduce
run this with any .env provided by vonage : https://github.com/Vonage/vonage-node-code-snippets/blob/master/applications/update-application.js
Possible Implementation
just namefix