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.

Note: The `/projectTask/status` field cannot be updated via this endpoint. Use archive/restore endpoints instead.

Testing notes:

  • Use the testing widget's Try It! option to test this endpoint.
  • Use the Examples > Request Example option to see how to initiate body parameters.
Path Params
int64
required

The unique identifier of the task to update

Body Params
items
array of objects
required
length between 1 and 1

List of tasks to update (must contain exactly one item)

items*
string
enum
required

Type of the object

Allowed:
fields
object
required

Task fields for update request (all optional)

Responses
200

Task updated successfully

304

Not modified

Language
Credentials
:
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json