Forum Discussion
Miles Maddox
9 years agoNew Member
Thanks for looking into this. I'm executing this but receiving 406 Not Acceptable response. Here's my actual request in curl:
Where 1000 is the ID of the release I'm attempting to update.
curl -X POST -H "Authorization: Basic REDACTED==" -H "Content-Type: application/json" -d '{ "release" : { "release_instruction" : "note" }}' "https://deskapi.gotoassist.com/external_api/v1/releases/1000.json"
Where 1000 is the ID of the release I'm attempting to update.