Projects
Update Project Task
Update an existing project task. This endpoint will replace the record with the data in the request payload, so make sure to first read the whole record to avoid data loss.
<p><b>Note</b>: The `/projectTask/status` field cannot be updated via this endpoint. Use <a href="/reference/patch_attendance-project-tasks-taskid-archive" target="_blank">archive</a>/<a href="/reference/patch_attendance-project-tasks-taskid-restore" target="_blank">restore</a> endpoints instead.</p> <p><b>Testing notes</b>:</p> <ul> <li>Use the testing widget's <b>Try It!</b> option to test this endpoint.</li> <li>Use the <b>Examples > Request Example</b> option to see how to initiate body parameters.</li> </ul>put/attendance/project-tasks/{taskId}
Path parameters
taskIdinteger required
Example:123
The unique identifier of the task to update
Request body
Response
Task updated successfully