I am having a difficult time finding out how to update the status of a job using the Brightly Confirm API.
I have some JSON:
{
"currentStatusLog":
{
"status":
{
"name": "J145"
}
}
}
But this returns the Error:
Could not determine Feature for Job
There is nothing in the docs that I can find.
So, I’m expecting to be able to update the status of a job.