Is it possible to set "completed " to "true" via API

Hello,

I’ve used an API in order to update a “completed” parameter to true in a project.
The error code is like “completed: Cannot write this property”.

Does this mean I cannot set the completed parameter to true via API?

Hi @Shintaro,

That’s correct; it’s not possible to update that project parameter directly.

Instead, create a project status update and its status_type property to complete. That will set the project as completed.

2 Likes