I would like to set values to plannedCompletionDate and projectedCompletionDate. I understand they are calculated fields from answer. My requirement is to update these fields with respect to a project. My code is as below
`https://{exz}.attasksandbox.com/attask/api/v5.0/project/57cd--eaf1b824d3?projectedCompletionDate=1990-01-01&taskConstraint=MSO&apiKey=8ud---ky8j&method=put`
I also tried
`https://{exz}.attasksandbox.com/attask/api/v5.0/project?ID=57cd--eaf1b824d3&projectedCompletionDate=1990-01-01&taskConstraint=MSO&apiKey=8ud---ky8j&method=put`
But I get error as
"APIModel V5_0 does not support field taskConstraint (Project)"
I also tried replacing taskConstraint with projectConstraint, but end up in similar error. What constraint should I override to set values to projectedCompletionDate and plannedCompletionDate? Note -These are project properties and not task. Thanks in advance!