Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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.





  • No labels