vonage-node-code-snippets icon indicating copy to clipboard operation
vonage-node-code-snippets copied to clipboard

Fix update-application.js

Open porcherface opened this issue 1 year ago • 0 comments

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.

porcherface avatar Jun 27 '24 14:06 porcherface