Issue
Server returns 404 error when trying to redact a comment attachment. This is due to the fact the method is using a delete and not a put http request.
Error from console:
Error: Request processing failed: Zendesk Error (404): Item not found
Source: #
##Fix
Change method by PUT:
super.put
Issue
Server returns 404 error when trying to redact a comment attachment. This is due to the fact the method is using a
deleteand not aputhttp request.Error from console:
Error: Request processing failed: Zendesk Error (404): Item not foundSource: #
node-zendesk/src/clients/core/attachments.js
Line 81 in 5141990
##Fix
Change method by PUT:
super.put