vonage-node-code-snippets
vonage-node-code-snippets copied to clipboard
Fix update-application.js
fixed applicationId -> id in updateApplication fields
Description
https://github.com/Vonage/vonage-node-code-snippets/issues/153
Motivation and Context
script was not working because applicationId is not a valid field (or at least not anymore).
Types of changes
- [X] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist
- [X] My code follows the code style of this project.
- [ ] My change requires a change to the documentation.
- [ ] I have updated the documentation accordingly.
- [X] I have read the CONTRIBUTING.md document.
- [X] All new and existing tests passed.