addStoryComment POST not PUT
Closed this issue · 2 comments
tpmo commented
Only a small issue.
The API call must be a POST request, otherwise you get an 500.
https://www.pivotaltracker.com/help/api?version=v3#add_note
https://github.com/Wizcorp/node-pivotal/blob/master/index.js#L429
stelcheck commented
Very true, my mistake... would you be able to send us a pull request for that?