I am trying to do a HTTP PUT request to update a ticket. I can not get the Agent to update while updating a ticket. I have also tried to update the agent through the documentation's recommendation of using the 'assign.xml?responder_id=2468' but this fails too.
var myURL = "companyhelpdesk.net/helpdesk/tickets/1234.xml"
var msgHeaders = { "Authorization" : "Basic " + Utilities.base64Encode("123456789abcdefg") };