Project Online Task notes update using Rest Api

Copper Contributor
Hello,

I am able to create a new task and then I can give the value for notes field which works fine but when I try to update the same "Notes " field then the update doesnt happen using the rest api
I am using below rest api with Patch method
_api/ProjectServer/Projects(<project_id>)/Draft/Tasks(<Task_id>)
Body:
{'Notes': value}

1 Reply
is anybody have solution for update notes field?