LiquidPlanner Classic Forum
404 error when updating low_effort_time and high_effort_time
Posted on behalf of Ando Gala. Original posting date 2015-03-23.
Hello you all,
I'm stucked updating the values of both low_effort_time and high_effort_time. I read https://developer.liquidplanner.com/docs/liquidplanner-api-examples the API that this should be done with this uri
'https://app.liquidplanner.com/api/workspaces/:id/treeitems/:id/update_assignment';
I receive a 404 error when this uri is processed. Any help with this, please.
Thank you
PS: I'm working with VB.NET (I used and modified the VB.net code that is available on this link https://developer.liquidplanner.com/docs/liquidplanner-api-examples and I've been able to create new tasks with estimates, but this one is getting way over my head.
PS2: Could be a problem to update this values for a virtual assignee??
404 error was when I tried to make a PUT... when I do a POST the error is a 400 Bad Request error.