To update a task from a document of a Codyt project. All parameters are optional so you can update only what you want or everything.
URL
(PUT) projects/{projectid}/tasks/{taskid}
PARAMETERS
token | The token obtained on connection | Required |
projectid | The project. | Required |
documentid | The unique document identifier. | Required |
taskid | The unique task identifier. | Required |
allocmode | The allocation mode. See ApiCodytTask for allocation mode values. | Optional |
deadline | Optional deadline date. A string that includes time zone information and conforms to ISO 8601 | Optional |
status | Status of the task. See ApiCodytTask for status values. | Optional |
RESULTS
None.