Updates a Project task

What does it do?

This update a project task.

What body params do you need?
  • id: is mandatory to pass the id from the project task.
  • name: is mandatory to pass a name of the project task.
  • project_id: is mandatory to pass the project_id where the task belongs.
  • content: (optional) content of the project task.
  • starts_on: (optional) date when starts the project task.
  • follow_up: (optional) boolean - if true, status changes related to the project will notify the author.
  • due_on: (optional) the date when the project task will be due.
  • assignee_ids: (optional) array of ids of the assignees to the project task.
  • subproject_id: (optional) the id from the subproject where the project task belongs.
  • files: (optional) array of files that will be attached to the project task
  • status: (optional) project task status. 'To do' by default.
Who can use it?

Only companies who have enabled the projects_management feature and users with the permission of create projects.

Language
Authorization
URL
Click Try It! to start a request and see the response here!