Update Task
Update a task
Path parameters
id
Headers
x-revert-api-token
Your official API key for accessing revert apis.
x-revert-t-id
The unique customer id used when the customer linked their account.
x-api-version
Optional Revert API version you’re using. If missing we default to the latest version of the API.
Query parameters
fields
Request
This endpoint expects an object.
name
Name of the task.
assignees
collection of IDs belonging to assignees.
description
Description of the task.
status
Current status of the task.
Allowed values:open close in_progress
priority
Priority of the task.
Allowed values:urgent high medium low lowest
creatorId
ID of the task creator.
dueDate
Due date for the given task.
completedDate
Date at which task was completed.
parentId
Id of the parent task.
listId
Id of the list
Response
This endpoint returns an object.
status
Allowed values:ok error
message
result
Errors
400
Bad Request
401
Unauthorized
404
Not Found
500
Internal Server Error