Adding this to this particluar forum even though this is for Freshservice and not Freshdesk. There doesn’t appear to be an API subforum for API in Freshservice?
But anyway, I’m trying to update old tickets with summarized resolutions notes via API (yes, without Freddy) but haven’t had any success. Has anyone had luck using API to update Resolution Notes in a ticket? In Freshservice’ defense I don’t see any documentation about using the API in this way. But I was hoping it’d be a simple matter of generating a body/json that looks like:
{
“ticket”: {
“resolution_notes” : In order to fix this we had to use this 3 step guide”,
“resolution_notes_html” : <div dir="ltr">In order to fix this, we had to use this 3 step guide."</div>
}
}
The error I’m getting back indicates that it’s not an expected field saying “Validadtion failed” and listing the “resolution_notes” I’ve tried with bypass mandatory and without. Am I overlooking something simple in the JSON? Context gets me regularly.